Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 450 Bytes

3D engine written in C using openGL with Qt (old version on freeglut is also available)

example

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.