Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielblagy/ecs_example
An example C++ project utilizing ECS architecture (with entt library).
https://github.com/danielblagy/ecs_example
architectural-patterns cpp cpp17 ecs entity-component-system example-project game-development gamedev
Last synced: 3 months ago
JSON representation
An example C++ project utilizing ECS architecture (with entt library).
- Host: GitHub
- URL: https://github.com/danielblagy/ecs_example
- Owner: danielblagy
- License: mit
- Created: 2021-04-21T17:38:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T12:54:20.000Z (almost 3 years ago)
- Last Synced: 2023-07-30T17:33:10.290Z (over 1 year ago)
- Topics: architectural-patterns, cpp, cpp17, ecs, entity-component-system, example-project, game-development, gamedev
- Language: C++
- Homepage:
- Size: 366 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## An ECS Architecture Example C++ Application
The code from my [video on ECS Architecture](https://youtu.be/8LbVpkEqKuY).