https://github.com/gilzoide/ecsql
Experimental ECS framework powered by SQLite
https://github.com/gilzoide/ecsql
ecs entity-component-system game-engine lua sql sqlite sqlite3
Last synced: about 1 month ago
JSON representation
Experimental ECS framework powered by SQLite
- Host: GitHub
- URL: https://github.com/gilzoide/ecsql
- Owner: gilzoide
- Created: 2024-05-31T19:22:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T01:26:52.000Z (5 months ago)
- Last Synced: 2026-04-13T08:03:00.221Z (2 months ago)
- Topics: ecs, entity-component-system, game-engine, lua, sql, sqlite, sqlite3
- Language: C
- Homepage: https://gilzoide.github.io/ecsql/
- Size: 5.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ECSQL
Experimental [ECS](https://www.flecs.dev/ecs-faq/) framework powered by [SQLite](https://sqlite.org).
Play the current demo state: https://gilzoide.github.io/ecsql/
## Articles
- [ECS meets SQL: the world as a relational database](articles/01-ecs-databases-en.md)
- [Starting the prototype: a world with entities, components and systems](articles/02-prototyping-en.md)
- [Automatically registering components](articles/03-autoregister-components-en.md)
- [Tracking time](articles/04-tracking-time-en.md)
- [External resources and the Flyweight pattern](articles/05-flyweight-resources-en.md)
- [Accessing save data](articles/06-accessing-save-data-en.md)
## Credits
- All textures and 3D models: [Kenney Assets](https://kenney.nl/assets)