this post was submitted on 22 Sep 2024
22 points (95.8% liked)

Rust

5844 readers
31 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] fil@programming.dev 4 points 2 weeks ago (1 children)

Is there a link to the blog somewhere?

[–] polaris64@lemmy.sdf.org 3 points 2 weeks ago

Sorry, not sure how that happened! Yes, here it is: https://blog.polaris64.net/post/verlet-physics-playground/

[–] xav@programming.dev 2 points 1 week ago (1 children)

Nice writeup. I was surprised by the lack of performance of the Bevy solution, especially the fact that it didn't scale. In fact I was a bit saddened Bevy has no existing way it doing fast whole-objects collision detection.

[–] polaris64@lemmy.sdf.org 2 points 1 week ago

Thank you, yes that surprised me too. I know that they've made some improvements so I'm expecting them to be available in a newer release, then I'll try it again.