A modular C++ Game Engine, designed to easily create Graphics demos. (Later support for Physics, Networking, and more).
git clone https://github.com/benjinx/Toon.git
cd Toon
mkdir build && cd build
cmake ..
cmake --build .
The examples are built to run from their source directories. To facilitate this, there are convenience targets prefixed with run-
.
cmake --build . --target run-HelloWorld
Use the "Branch and Pull Request" model for contributing changes.