mirror of
https://github.com/eXpl0it3r/SmallGameFramework.git
synced 2026-01-01 11:03:00 +00:00
A small game framework for accelerating game development with SFML.
|
|
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| cmake | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE.md | ||
| README.md | ||
SmallGameFramework
The SmallGameFramework provides the basic tools to quickly kick-off an SFML game project.
This project is not a library where you code against an API, instead it provides a set of classes that you can and should directly use for your project. The name is a reference to my SmallGameEngine, which in itself is more a proof of concept and is often too complex for simple games. The SmallGameFramework could be especially useful for the SFML Game Jam, Ludum Dare or any other game jam where you intend to use SFML.
Features
- Simple state machine
- Basic entity class
- Animated entity class
- Animation loader
License
This software is available under 2 licenses -- choose whichever you prefer. For further details take a look at the LICENSE.md file.
- Public Domain
- MIT