Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/born2snipe/val-tree
A Java LibGdx implementation of the ValTree file spec defined by https://github.com/NatWeiss/ValTree
https://github.com/born2snipe/val-tree
java-libgdx val-tree
Last synced: about 1 month ago
JSON representation
A Java LibGdx implementation of the ValTree file spec defined by https://github.com/NatWeiss/ValTree
- Host: GitHub
- URL: https://github.com/born2snipe/val-tree
- Owner: born2snipe
- Created: 2015-12-05T17:15:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T01:27:33.000Z (about 9 years ago)
- Last Synced: 2024-11-06T22:09:19.672Z (3 months ago)
- Topics: java-libgdx, val-tree
- Language: Java
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## val-tree
A Java LibGdx implementation of the ValTree file spec defined by https://github.com/NatWeiss/ValTree
#### How to get it via Maven/Gradle
group id: `com.github.born2snipe`
artifact id: `val-tree`
version: check the the [Releases][3] for the latest and greatest version
#### Example info
[Example Usage][1]
[Example File][2]
[1]: https://github.com/born2snipe/val-tree/blob/master/src/test/java/com/github/born2snipe/valtree/ExampleTest.java "example"
[2]: https://github.com/born2snipe/val-tree/blob/master/src/test/resources/example.txt "example-txt"
[3]: https://github.com/born2snipe/val-tree/releases "releases"