laundmo / bevy-spatial

Spatial datastructures for Bevy
Other
150 stars 17 forks source link

Update to Bevy 0.15.0-rc3 #34

Closed paul-hansen closed 1 week ago

paul-hansen commented 1 week ago

Also removed deprecated keys from deny.toml as per: https://github.com/EmbarkStudios/cargo-deny/blob/main/CHANGELOG.md#0160---2024-08-02

The distance3d example now takes advantage of Bevy 0.15's automatic mesh instancing for meshes with the same material and mesh handles. This makes it perform significantly better so I added more cubes to that example to show that off.

laundmo commented 1 week ago

Thank you a lot for this, good call on the instancing.

i'll probably get around to merging this over the weekend, tho i probably won't release a new version before 0.15 fully releases.

laundmo commented 1 week ago

thanks again for this, i'll publish the main branch on crates.io once 0.15 is fully released