An open API service indexing awesome lists of open source software.

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

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
```