A Mini-Project on Computer Graphics using OpenGL. The cubes randomly choose between images while the minicubes randomly generate colors. All cubes are placed on on a reflective surface, Also showcases displaying Rasterised text.
Landing Page
Zoomed In
Zoom-Out
- z
Zoom-In
- x
Left
- a
Right
- d
Up
- w
Down
- s
Clockwise
- Enter key / Mouse Left Click
Anti-Clockwise
- Backspace key / Mouse Right Click
- SOIL (Simple OpenGL Image Loader)
- Gl/GLUT
You can install the required dependencies using the following commands
sudo apt-get update
sudo apt-get install freeglut3
sudo apt-get install freeglut3-dev
sudo apt-get install libsoil-dev
g++ main.cpp -o DiscoCubes -lglut -lGLU -lGL -lSOIL
./DiscoCubes
About Soil
About OpenGL
GNU General Public Licence 3.0