src/main/java/ca/blarg/gdx | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
gdx-toolbox
A set of helper classes, methods, and other things built on top of libgdx which I find helpful in my own projects. This is not intended to be a generic use-everywhere type of library.
This library is still very much a work in progress!
<dependency>
<groupId>ca.blarg.gdx</groupId>
<artifactId>gdx-toolbox</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
License
Distributed under the the MIT License. See LICENSE for more details.