gdx-toolbox/README.md

36 lines
793 B
Markdown
Raw Normal View History

2014-04-30 19:00:42 -04:00
# gdx-toolbox
2013-08-10 10:34:40 -04:00
A set of helper classes, methods, and other things built on top of libgdx which I find helpful in my own projects.
2014-04-30 19:00:42 -04:00
This is *not* intended to be a generic use-everywhere type of library.
**This library is still _very much_ a work in progress!**
## Using
build.gradle
repositories {
maven { url "http://maven.blarg.ca" }
}
dependencies {
compile "ca.blarg.gdx:gdx-toolbox:0.1-SNAPSHOT"
}
pom.xml
<repository>
<id>blarg.ca</id>
<url>http://maven.blarg.ca</url>
</repository>
<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.