rojanneo / Coment

A C++ entity system based on the architecture of Artemis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coment

A C++ entity system based on the architecture of Artemis

Documentation

Documentation and a usage guide can be found at the wiki https://github.com/Biracun/Coment/wiki

Compilation instructions

Windows
Open solution and compile. Dynamic linking is not yet supported.
Linux
make targets: all shared sharedlib static staticlib install uninstall
Shared linux compilation (library and samples): make shared && sudo make install

Up to date copies of this software can be obtained from: https://github.com/Biracun/Coment

About

A C++ entity system based on the architecture of Artemis

License:MIT License