AlexHeyman / TiledReader

A simple Java library for reading Tiled files
https://www.alexheyman.org/tiledreader/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

TiledReader is a simple Java library for reading information from files created with the map editor Tiled (https://www.mapeditor.org/). TiledReader makes the internal structure of Tiled map, tileset, and template files easy to navigate, but it cannot load image data (only report paths to image files), and it cannot render Tiled maps by itself. Thus, TiledReader is most appropriate when you want to use Tiled in combination with existing graphics code.