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

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 = TmxMap.fromXmlString(xml);

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

0
likes
130
pub points
13%
popularity

Publisher

verified publisheraeb-dev.me

A cross platform parser for files created by Tiled Map Editor

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, json_events, meta, xml

More

Packages that depend on tmx_parser