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

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 year ago
JSON representation

Experimental ECS framework powered by SQLite

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)

## Credits
- All textures: [Kenney Assets](https://kenney.nl/assets)