mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
264 stars 101 forks source link

Better / More examples #134

Open aleokdev opened 2 years ago

aleokdev commented 2 years ago

The only example currently has no notion about how to use the library. There should be a more involved example available that doesn't necessarily use a renderer (Such as #133) but still uses most, if not all, of the functionality present in the library.

PieKing1215 commented 2 years ago

I'm working on an example like #133 for ggez as well

aleokdev commented 2 years ago

The last example I'd like to fit in would be a bevy one, which would entirely showcase the VFS system (And will most definitely discover new interface issues we'll have to tackle)

That should be it. If the crate's good for bevy, ggez and SFML, then it should be viable with any other game engine crate, given the difference between all of the ones we'll have.