Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 630 Bytes

Toof

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.

Building

  • Install Meson
  • Set the working directory to Toof
  • Configure the build directory with meson setup build
  • Start compilation with meson compile -C build

Dependencies

Optional:

  • Box2D (required for Physics)