Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 355 Bytes

File metadata and controls

16 lines (13 loc) · 355 Bytes

Game Engine (In Development)



how to compile this engine ?

you need setup all required library

and now just run

mkdir build
cd build
cmake ..
cmake --build .