/C_3DEngine

Educational project from school 21 on the implementation of a 3D viewer in the C language

Primary LanguageC

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.