/Axel

Axel game engine.

Primary LanguageC++Apache License 2.0Apache-2.0

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 .