**Nimgame 2 v0.1 alpha** released. [Nimgame 2](https://github.com/Vladar4/nimgame2) is a simple sdl2-based 2D game engine, deigned to simplify tedious and complex game programming tasks.
There's also an asteroids-like demo, created while debugging v0.1: [ng2planetoids](https://github.com/Vladar4/ng2planetoids) * * * **What is already implemented:** * base scene/entity system * assets manager * basic sound and music * fonts (bitmap and TrueType) and text output * colliders (point, box, circle, line, and polygon) * vector drawing procedures * keyboard and mouse input * * * **What's next:** * tile maps * particle emitters * music playlists * tweening * whatever else I'll come up with If you have any ideas of what functionality this engine might have, let me know.
