Skip to content

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

Notifications You must be signed in to change notification settings

aleksandar-stefanovic/Mozaic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • CMake 1.5%