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