/Mozaic

Computer Graphics course project. The main goal of the course was to exercise and explore OpenGL API.

Primary LanguageC++

RG16-mozaik

Mozaic

In this project, the user picks a color from the sphere, where the hue is determined by its azimuth. The user can then color one of the tiles of the grid by clicking on it.

Screenshot

Screenshot

Controls

  • W, A, S, D to move through space.
  • Move the cursor to rotate the camera.
  • Left click to pick a color.
  • Right click to apply color.

Build

mkdir build
cd build
cmake ..
make