Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 842 Bytes

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.