Skip to content

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

Notifications You must be signed in to change notification settings

Dolaxom/C_3DEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published