Reynau / tiled-to-pixi

Transforms a Tiled tmx map to a Pixi container ready to use!
MIT License
23 stars 6 forks source link

Move node-tmx-parser to optionalDependencies and unify with Tiled's Native JSON support #5

Open toastal opened 5 years ago

toastal commented 5 years ago

I was looking at doing this, but node-tmx-parser is similar but not the same API as the what's exported from Tiled. I'm pretty new to Tiled so I don't know the nuances I'd be missing. The JSON format should likely be preferred though since it doesn't involve expensive XML parsing on the client.

Reynau commented 5 years ago

It's something I thought about a while ago, but I do not have time to do it. I will try to address it in the future, but I invite you to make a pull request if you get it working before!