You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).