Quasura is a lightweight, simple, open source game framework for building 2D games also some components can be used in 3D

Features:
- ECS - Entity Component System;
- synchronous events;
- AI: behaviour tree, path finding(A*);

Source code:
Github

Sample game:
Dangerous Orbit