Skip to content

Naakinn/3D-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

For educational purpose.

Dependencies

Install system-wide

Locally

Just clone git repository of glm and put glm directory in engine's include directory

cd path/to/glm
mv glm path/to/project/include

Build

$ cmake -B build
$ cmake --build build 

Build in debug mode

$ cmake -B build -DDEBUG=ON
$ cmake --build build 

Run

$ ./engine