Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 503 Bytes

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__.