Skip to content

benjinx/Toon

Repository files navigation

Toon

CircleCI Build Status

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.

About

A modular C++ Game Engine, designed to easily create Graphics demos. (Later support for Physics, Networking, and more)

Resources

License

Stars

Watchers

Forks

Packages

No packages published