Blocks v1.0.0 is pushed to bintray and is available on the jmonkeystore.
Information can be found in the README and on the wiki.
I added an example subproject that includes some common tasks like:
- block picking, removing, placing
- changing a theme
- adding a collision mesh to the physics space
- …
Some screens of the examples:
Gradle snippet for your build file:
repositories {
maven {
url "https://dl.bintray.com/remyvd/rvandoosselaer"
}
}
dependencies {
compile 'com.rvandoosselaer:blocks:1.0.0'
}