mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.22k stars 1.76k forks source link

Support by Language (Rust Tiled Crate) #3195

Closed JasonHise closed 2 years ago

JasonHise commented 2 years ago

For this documentation, request to add this tiled crate as a Rust library.

jestarray commented 2 years ago

I would also recommend just exporting a JSON and parsing it as such because that crate is kinda slow when it comes to being caught up with the latest tiled spec

bjorn commented 2 years ago

@jestarray Could you provide some more details about what is slow about it? And is this something that can be fixed, or would you say JSON parsing is always preferred? Finally, if loading a Tiled JSON map, would you suggest using one of tiled-json-rs or rs-tiled_json? Though I see for tiled-json-rs the repository link appears dead...

bjorn commented 2 years ago

Though I see for tiled-json-rs the repository link appears dead...

This seems to just have been a rename of the GitLab user, so I've just opened an issue regarding this broken link.