You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many issues regarding the Tiled map reader. Also there is now a very good (all Tiled features, more then monogame.extended provides) and very fast library to read Tiled maps:
This is actually something we've been discussing in the discord the past couple of days. I believe we are leaning toward doing this, though it will be a little work to get it done. DotTiled is just a tmx/tmj parser, so we'd need to fit the data presented back into how MGE handles rendering, which is another area that I'd like to have looked at to see if it can be simplified or improved any.
One of the drawbacks of using DotTiled is it becomes a dependency for MGE, which currently has zero dependencies on other libraries or frameworks. So there are a few things to consider, but it is part of the current conversation at the moment.
Going to leave this ticket open for now and we can use it to track the discussion and progress.
Hi
There are many issues regarding the Tiled map reader. Also there is now a very good (all Tiled features, more then monogame.extended provides) and very fast library to read Tiled maps:
https://github.com/dcronqvist/DotTiled
Would it be possible to use this library in MonoGame.Extended instead of the current Tiled reader?
Thx
The text was updated successfully, but these errors were encountered: