3D engine written in C using openGL with Qt (old version on freeglut is also available) The engine files are located in the src/engine folder. To build the project (Linux), you need to install freeglut: sudo apt install freeglut3-dev After in the src folder, write make in the terminal. gcc compiler is used.