tmx-rs

Crates.iotmx-rs
lib.rstmx-rs
version0.1.0
sourcesrc
created_at2021-11-09 16:45:23.404187
updated_at2021-11-09 16:45:23.404187
descriptionLoader for Tiled map editor xml files (.tmx)
homepage
repositoryhttps://github.com/Kurble/tmx-rs
max_upload_size
id478964
size73,910
Bram Buurlage (Kurble)

documentation

https://docs.rs/tmx-rs

README

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
Commit count: 0

cargo fmt