Go to file
Gered 350197dc23 update to libgdx 1.7.0
not the most current version! have encountered some difficulty with
something 1.8.0+ which i've not yet resolved
2022-01-13 18:02:54 -05:00
src/main/java/ca/blarg/gdx update to libgdx 1.7.0 2022-01-13 18:02:54 -05: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 update to libgdx 1.7.0 2022-01-13 18:02: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.