nze_tiled 0.1.0

Loads maps made with the map editor Tiled
Documentation
  • Coverage
  • 8.27%
    11 out of 133 items documented0 out of 2 items with examples
  • Size
  • Source code size: 49.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • NoamZeise/nze-game-sdl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NoamZeise

A library for deserializing tiled maps and tilesets made with the Tiled map editor.

Use Map::new() to loads the map using a path, and also automatically loads any tilesets data.

see https://doc.mapeditor.org/en/stable/ for information on what the map data represents.

Note: infinite maps and templates are unsupported