#tiled #tile #tmx #layer #object #map #map-editor

tmx-rs

Loader for Tiled map editor xml files (.tmx)

1 unstable release

0.1.0 Nov 9, 2021

#7 in #tmx

MIT license

74KB
2K SLoC

tmx-rs

Documentation Crates.io License

tmx-rs allows you to read .tmx files from the tiled map editor. It supports embedded textures and tilesets and provides math utilities for non quare tile layouts.

Features

  • All tile layout modes supported by tiled:
    • Orthogonal
    • Isometric staggered and non-staggered
    • Hexagonal staggered
  • Object layers with support for custom object processing
  • Image layers with support for custom image layer processing

Todo

  • Infinite map support

Dependencies

~16MB
~156K SLoC