Toof is a 2D game engine with its focus being on ease of use.
Note that toof is still in its early development phases and therefore not stable. Documentation is also lacking.
- Install Meson
- Set the working directory to Toof
- Configure the build directory with
meson setup build
- Start compilation with
meson compile -C build
Optional:
- Box2D (required for Physics)