https://github.com/simre1/qecs
An ECS library where your systems are macros (Template Haskell)
https://github.com/simre1/qecs
Last synced: 7 months ago
JSON representation
An ECS library where your systems are macros (Template Haskell)
- Host: GitHub
- URL: https://github.com/simre1/qecs
- Owner: Simre1
- License: mit
- Created: 2023-05-01T12:43:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T13:54:43.000Z (about 3 years ago)
- Last Synced: 2024-12-29T05:22:22.756Z (over 1 year ago)
- Language: Haskell
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# QECS
An experimental Haskell ECS where all systems are written as Template Haskell quotes. These systems are then analysed and code is generated for them.