Skip to content
Caitlin Wilks edited this page Jan 5, 2015 · 11 revisions

Welcome to the coment wiki!

Coment is a component-entity system for C++11.

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).

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

Clone this wiki locally