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

Tiled 1.8 support #10

Open jvisser opened 2 years ago

jvisser commented 2 years ago

Hey Alex,

Any plans to support the new features introduced in Tiled 1.8? Such as class/enum support for example.

btw the current library still works with 1.8 as long as you don't use the new features.

Thanks, Jeroen

AlexHeyman commented 2 years ago

I'm hoping to get around to updating TiledReader for the latest version of Tiled sometime soon, yes.

xephor86 commented 1 year ago

Alex, I just want to say you're doing a great job. Your tmx parser library is absolutely essential for a project I am working on - loading map files onto a server and then streaming parts of them to a client. Libtiled is unable to do this efficiently because of the increased loading times due to loading image data.

AlexHeyman commented 1 year ago

I'm glad this library has been so helpful to you!