This is a demo environment for the gdx-artemis project.
For the explanation of the demo see gdx-artemis Wiki.
This project contains appropriate Eclipse project files and launch configuration. Both can be imported into Eclipse to run and debug the demo.
Simple demonstration of how artemis works in an libgdx game.
Simple demonstration of event passing in artemis.
git clone [email protected]:apotapov/gdx-artemis.git
git clone [email protected]:apotapov/gdx-artemis-demo.git
cd gdx-artemis
mvn install
cd ../gdx-artemis-demo
mvn install -Pdesktop
mvn antrun:run -Pdesktop