Layoric / DTiled

A Dart package that renders Tiled maps and integrates with TiledStack services
MIT License
1 stars 1 forks source link

tmx.dart #2

Open radicaled opened 10 years ago

radicaled commented 10 years ago

I've got a pub package called tmx (https://pub.dartlang.org/packages/tmx) you might find helpful. I extracted it out of a game engine about a month ago, so it's working and its behaviors are well-tested.

I actually found DTiled while Googling my own package out of sheer laziness, and noticed you had JSON support but not TMX support -- my tmx package is the opposite. :)

The code's MIT licensed, like yours, so you can cherry-pick out the parser if you want.

Layoric commented 8 years ago

@radicaled Wow, this is an old issue, really sorry I missed it until now (2 years later). Thanks for pointing me to your XML loading implantation :+1: