gdx-toolbox/README.md

19 lines
494 B
Markdown

# 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!**
```xml
<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.