An open API service indexing awesome lists of open source software.

https://github.com/nsjvidana/bevy_salva

An unofficial crate for integrating the Salva fluid dynamics crate with the Bevy game engine.
https://github.com/nsjvidana/bevy_salva

animation bevy fluids gamedev pbf physics rust sph

Last synced: 3 months ago
JSON representation

An unofficial crate for integrating the Salva fluid dynamics crate with the Bevy game engine.

Awesome Lists containing this project

README

          

# Bevy Salva
An unofficial crate for integrating the [Salva](https://github.com/dimforge/salva) fluid dynamics crate with the [Bevy](https://github.com/bevyengine/bevy) game engine, including coupling with the [Rapier](https://github.com/dimforge/rapier) mechanical physics engine.
I'm trying to keep the codebase structure as similar to the bevy_rapier codebase as possible for consistency (and also because I don't really know the best way to structure this crate).