You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
Simple: Simple thing should stay simple. Sathra deals with direct api calls to physics and graphics library.
Feature rich: Simple doesn't mean poor. Sathra includes tools for all core parts 2D games are made.
Data-driven: With builtin serialization system, you are able to build complete scenes, with graphics, animations, physics and AI entirely in JSON! Loading and saving custom objects, requires minimum ingerention in your code and comes down to adding proper annotation to your class' constructor.
2D only: Sathra is specifically designed for 2D games, meaning you can focus on development and not dealing with unnecessary stuff to make your game work.