Skip to content

captain0xff/supernova

Repository files navigation

Supernova engine

Building

Clone this repository and run the these commands in the project root.

mkdir build
cd build
cmake ..
make install

Examples

Check the official examples repository for a wide range of demos and sample projects.

Known Issues

  • The project won't compile in termux. For fixing compile with cmake .. -DCMAKE_CXX_FLAGS=-U__ANDROID__.