OpenPhys is a simple physics engine library written in Rust.
OpenPhys is early in development, a lot more features will be added in the future.
- Heat transfer simulation
- Calculate gravitational force
- Sandbox (*pretty experimental)
You can simply add OpenPhys to your project with cargo add openphys
, or alternatively you can add it to your Cargo.toml
:
[dependencies]
openphys = "0.1.4"
Read the documentation on doc.rs or alternatively generate it for yourself locally with cargo doc
.