Skip to content
alistairrutherford edited this page Mar 12, 2013 · 20 revisions

Pre-requisites

  1. netthreads-libgdx

The demos use the netthreads-libgdx library. If you don't have this already you will have to build it.

The project is here:

https://github.com/alistairrutherford/netthreads-libgdx

The build instructins are here:

https://github.com/alistairrutherford/netthreads-libgdx/wiki/Build-Instructions

  1. FixtureAtlas

The box2d-test demo makes use of the FixtureAtlas class from here:

https://code.google.com/p/box2d-editor/

You will need to download the jar from here:

https://code.google.com/p/box2d-editor/downloads/detail?name=libgdx-fixtureatlas-1.0.zip&can=2&q=

Then you will need to install it into your local repository

mvn install:install-file -Dfile=libs\fixture-atlas.jar -DgroupId=aurelienribon.fixtureatlas -DartifactId=libgdx-fixtureatlas -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true

Build

The demos use the LibGDX maven archetype so you can build the different targets using the instructions here:

https://code.google.com/p/libgdx/wiki/MavenProjectSetup

Clone this wiki locally