Canleskis / particular

N-body simulation library written in Rust featuring BarnesHut and GPU accelerated algorithms.
https://particular.rs
Apache License 2.0
139 stars 9 forks source link

Add to Bevy assets list #15

Open d-bucur opened 1 year ago

d-bucur commented 1 year ago

Hey, this is a really cool project! Well done!

You should probably submit it to https://bevyengine.org/assets/ for more visibility since you also have a very good integration example with Bevy. I can also submit it if that's ok with you.

And maybe to https://arewegameyet.rs/ecosystem/physics/ as well?

Canleskis commented 1 year ago

Hi, thanks for the kind words on Particular!

I'm currently in the process of building up a simple webpage for Particular for easy access of the demos, benchmarks, overview and documentation. Once that is done, I'd love to give Particular more visibility!

Since integrating Particular with Bevy is highly dependant on what is being used for physics and is quite easy to integrate (less than 10 lines of code) I'd prefer to not feature it on https://bevyengine.org/assets/. Once(if) Bevy has a built-in physics system I'd love to!

Featuring it on https://arewegameyet.rs/ecosystem/physics/ sounds like a great idea though, I'll look into submitting it once I'm done with the webpage and new demos! Keeping the issue open until then.