Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jun 30, 2019
1 parent e8a617c commit 33226c8
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
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

0 comments on commit 33226c8

Please sign in to comment.