A chirp is a small sound from a small bird, but also (soon) a small game engine for small games. chirp!
Warning
The engine is currently being re-written in SDL/C23 from the old raylib/C++20 version. Therefore, the codebase currently consists of both new C code and old C++ code.
- Truly cross-platform (see docs/platforms for details)
- 2D support (SDL Renderer) with 2D physics (box2d)
- Basic 3D support (SDL Renderer) with 3D physics (jolt)
- Custom UI library (shiny)
- Python scripting (pocketpy)