tmx_parser 0.1.4 copy "tmx_parser: ^0.1.4" to clipboard
tmx_parser: ^0.1.4 copied to clipboard

outdated

A cross platform parser for files created by Tiled Map Editor

Tmx Parser #

Tmx Parser is a library for parsing Tiled files.

Supported file types are: .tmx

Supported file formats are: Xml

Usage #

Usage is very simple. Supply your .tmx file content like the following

// String xml = // read your .tmx file in anyway
TmxMap tmxMap = TmxParser.parse(xml);

After that you can acess any item in your map. Check tiled documentation documentation

0
likes
0
points
6
downloads

Publisher

verified publisheraeb-dev.me

Weekly Downloads

A cross platform parser for files created by Tiled Map Editor

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

universal_io, xml

More

Packages that depend on tmx_parser