https://github.com/electrostat-lab/cpp-ecs
An ECS framework Mirror (By Austin Morlan) coded in C++ for learning purposes.
https://github.com/electrostat-lab/cpp-ecs
Last synced: 11 months ago
JSON representation
An ECS framework Mirror (By Austin Morlan) coded in C++ for learning purposes.
- Host: GitHub
- URL: https://github.com/electrostat-lab/cpp-ecs
- Owner: Electrostat-Lab
- License: mit
- Created: 2023-09-05T09:58:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T09:58:56.000Z (over 2 years ago)
- Last Synced: 2025-02-06T23:30:42.845Z (about 1 year ago)
- Language: C++
- Homepage: https://austinmorlan.com/posts/entity_component_system/
- Size: 298 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple ECS Implementation (2019)
A very simple ECS implementation.
[Here is a blog post about it.](https://austinmorlan.com/posts/entity_component_system/)
