Quasura is a lightweight, simple game framework for building 2D games also some components can be used in 3D
- ECS - Entity Component System;
- synchronous events;
- AI: behaviour tree, path finding(A*)
- C++ 17;
- cmake 3.11;
- google tests;
2d space shooter - Dangerous Orbit
- renderer
- Lua scripting
- tests :)