Skip to content

machadothi/Axel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axel

Axel game engine.

Building

To build the default project, run:

$ mkdir build && cd build

$ cmake ..

$ cmake --build .

To build the MainSand project, run:

$ mkdir build && cd build

$ cmake -DALTERNATE_MAIN_APP_DIR=MainSand ..

$ cmake --build .

Releases

No releases published

Packages

No packages published