https://github.com/netgusto/ecs
C++ Entity Component System
https://github.com/netgusto/ecs
Last synced: 10 months ago
JSON representation
C++ Entity Component System
- Host: GitHub
- URL: https://github.com/netgusto/ecs
- Owner: netgusto
- Created: 2016-08-10T12:47:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T19:53:13.000Z (over 9 years ago)
- Last Synced: 2025-01-29T02:45:21.629Z (12 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++14 Entity Component System implementation
Copyright (c) 2015 Vittorio Romeo
License: AFL 3.0 | https://opensource.org/licenses/AFL-3.0
http://vittorioromeo.info | vittorio.romeo@outlook.com
CppCon2015 talk about ECS and the implementation: https://www.youtube.com/watch?v=NTWSeQtHZ9M
Slides of this talk, and original source code: http://bit.ly/2bfEoxF
Re-packaged in the current form by https://github.com/netgusto
Source-code for this library: https://github.com/netgusto/ecs