Go to file
2022-01-10 21:17:58 -05: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
LICENSE update README.md, add LICENSE 2014-04-30 19:00:42 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-01-10 21:11:54 -05:00
README.md update README.md 2022-01-10 21:17:58 -05: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!

<dependency>
    <groupId>ca.blarg.gdx</groupId>
    <artifactId>gdx-toolbox</artifactId>
    <version>0.1</version>
</dependency>

License

Distributed under the the MIT License. See LICENSE for more details.