-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8a617c
commit 33226c8
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# gdx-xml | ||
LibGDX XML classes extracted into a standalone library | ||
LibGDX XML classes extracted into a standalone library (i.e. no OpenGL, LWJGL, etc. required) | ||
|
||
Mechanism | ||
---------------------- | ||
|
||
The gradle build will checkout a specific version of libgdx, copy the compression source files into src/main/java, package renamed from _com.badlogic.gdx.utils_ to _org.mini2Dx.gdx.xml_ and compile the standalone jar. | ||
|
||
Usage | ||
---------------------- | ||
|
||
```gradle | ||
compile "org.mini2Dx:gdx-xml:1.9.8" | ||
``` | ||
|
||
This project's only dependency is [gdx-collections](https://github.com/mini2Dx/gdx-collections). | ||
|
||
Included Classes | ||
---------------------- | ||
|
||
* BufferUtils.java | ||
* SerializationException.java | ||
* StreamUtils | ||
* XmlReader | ||
* XmlWriter |