Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 454 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 454 Bytes

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.