-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Biracun edited this page Jul 29, 2013
·
11 revisions
Welcome to the Coment wiki!
Coment is a component-entity system for C++. Its architecture is heavily based on the Artemis component-entity system for Java.
A basic but feature-inclusive sample is included in the repository. To compile it under Windows, just download the repository zip or git clone it, load the solution and run it. To compile it under linux, download the repository, build it as a shared library (make shared && sudo make install) or a static library (make static) and run it (./bin/coment-shared or ./bin/coment-static.). Under Arch Linux, one can simply download the PKGBUILD from the AUR and install (makepkg && sudo pacman -U 'package name').
A quick usage guide is available, as well as class documentation.