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
- Host: GitHub
- URL: https://github.com/bezarhere/realizer2d
- Owner: BezarHere
- License: lgpl-2.1
- Created: 2023-06-21T03:21:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T19:39:20.000Z (over 2 years ago)
- Last Synced: 2025-11-30T11:26:52.241Z (5 months ago)
- Topics: gameframework
- Language: C++
- Homepage:
- Size: 12.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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?