https://github.com/junkdog/arethusa-ecs
artemis entity system variant in c++11
https://github.com/junkdog/arethusa-ecs
Last synced: 3 months ago
JSON representation
artemis entity system variant in c++11
- Host: GitHub
- URL: https://github.com/junkdog/arethusa-ecs
- Owner: junkdog
- Created: 2014-04-10T21:21:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T16:36:35.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T13:12:02.719Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 465 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arethusa
C++ variant on artemis entity system.
*Nota Bene:* This version doesn't have all the features of artemis yet, nor has it been extensively tested.
## Building
```
$ mkdir builld
$ cd build
$ cmake ..
$ make
```