A C++ game engine built with OpenGL and GLFW. Attempting to keep it as similar to HaxeFlixel as possible.
This is all being done by one person so development may be slow.
The required libraries are already included because I don't wanna keep redownloading them whenever I decide to reinstall Windows.
See BUILDING.md for more information.
- x64 builds don't work.
- Sprites
- Text
- Spritesheets (png and xml (Sparrow V2))
- States and Substates
- Input
- Groups
- Events
- GUI (Thinking about using imgui for this.)
- Flappy Bird PE - A simple flappy bird port/clone. - By YoPhlox