Go to file
2014-04-30 19:00:42 -04:00
src/main/java/ca/blarg/gdx also this scaling needs to go the other way too now 2014-04-27 22:35:46 -04:00
.gitignore update gitignore 2013-12-15 12:09:58 -05:00
build.gradle add maven artifact deployment action 2014-04-30 18:35:51 -04:00
LICENSE update README.md, add LICENSE 2014-04-30 19:00:42 -04:00
README.md update README.md, add LICENSE 2014-04-30 19:00:42 -04:00

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!

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.