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!**
|
|
|
|
|
2021-02-06 18:55:55 -05:00
|
|
|
```xml
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.blarg.gdx</groupId>
|
|
|
|
<artifactId>gdx-toolbox</artifactId>
|
2022-01-10 21:17:58 -05:00
|
|
|
<version>0.1</version>
|
2021-02-06 18:55:55 -05:00
|
|
|
</dependency>
|
|
|
|
```
|
2014-04-30 19:00:42 -04:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Distributed under the the MIT License. See LICENSE for more details.
|