Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
755 stars 138 forks source link

Custom Tileset Loader Support #386

Closed nanodeath closed 3 years ago

nanodeath commented 3 years ago

Is your feature request related to a problem? Please describe. I want to use the Tiled map editor to define where to draw what tiles, but right now it's impossible to plug in custom tileset loaders because all the loaders are hardcoded.

Describe the solution you'd like Ideally it'd be possible to implement your own tileset loaders and register them via the AppConfig.

Describe alternatives you've considered Well...we need something for custom tileset loaders. We could register them globally/statically, but we already have AppConfig so we might as well use that.

Additional context This is related to my zircon-tiled project.

nanodeath commented 3 years ago

I'm almost done with this 😁 so feel free to assign to me.

adam-arold commented 3 years ago

Related to #340 .