StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

Investigate: Integration with bevy_tilemap #40

Open dmtaub opened 3 years ago

dmtaub commented 3 years ago

While this project was dormant, an amazing crate has become popular -- https://github.com/joshuajbouw/bevy_tilemap

It would be great to do some prototyping and see if it might be possible to replace our tile mesh rendering by leveraging bevy_tilemap. Then, this project can be specific to supporting use of Tiled with bevy

wendivoid commented 3 years ago

I attempted to do this with my own library here, I found that until bevy_tilemap implements tile flip flags or transforms it isn't worth the trouble https://github.com/joshuajbouw/bevy_tilemap/issues/5

Just thought i would share some relevant information i had