Skip to content

A fast and simple objected oriented SDL wrapper written in C++

License

Notifications You must be signed in to change notification settings

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