An open API service indexing awesome lists of open source software.

https://github.com/bezarhere/realizer2d

2D game framework based on SFML
https://github.com/bezarhere/realizer2d

gameframework

Last synced: 16 days ago
JSON representation

2D game framework based on SFML

Awesome Lists containing this project

README

          

# Realizer2D

basic game devlopment framwork

## principles

- Speed outweights memory: it's pretty rare to have the amount of memory as constraint in the modren day, caching everthing to pioritize performence
- Barebones: Why all the unneccery stuff the the devloper might not use?