EmiOnGit / warbler_grass

A bevy plugin for creating 3d grass in your game
Apache License 2.0
137 stars 11 forks source link

Bevy 0.10 #35

Closed EmiOnGit closed 1 year ago

EmiOnGit commented 1 year ago

Not ready for merging, will be merged at the same time as bevy since late changes can still happen

EmiOnGit commented 1 year ago

Alright, after some testing, I'm sure that this would be ready to merge. All examples are running smoothly as before

Performance wise I saw a slight drop from 132 to 130 fps average on the stress test with 5 million blades I think this is fine

EmiOnGit commented 1 year ago

I just noticed that the stress test was running on debug mode :oo Updated numbers: bevy 0.9.1 360-370 fps bevy main 340-345 fps ... Actually I'm surprised by the numbers as they improved much.. when I started the crate I was barely able to render 1M without stuttering :D