/ComputerGraphics

Repository containing some of my project for Computer Graphics curriculum

Primary LanguageC++

Computer Graphics

Repository containing some of my project for Computer Graphics curriculum

Info

Those applications are writen in C++ using QT framework. To build them use:

  1. qmake
  2. make

Rubics Cube

Program which allows user to solve Rubics Cube.

How to play:

  1. Randomize the cube by pressing r button
  2. Pick a wall you want to rotate with w,a,s,d buttons
  3. Rotate it by pressing left or right mouse buttons

Examples:

cube-unsorted cube-sorted

HSV

Simple color picker with rgb and hsv version

Alpha Blending

Simple app allows user to blend images from given directory