Skip to content
Biracun edited this page Jul 13, 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.)

A quick usage guide is available, as well as documentation for each class.

Clone this wiki locally