#physics-engine #physics-simulation #force #heat #transfer #io #gravitational

openphys

OpenPhys is a simple physics engine library written in Rust

4 releases

0.1.3 Oct 15, 2024
0.1.2 Oct 4, 2024
0.1.1 Sep 28, 2024
0.1.0 Sep 25, 2024

#56 in Simulation

Download history 121/week @ 2024-09-20 217/week @ 2024-09-27 129/week @ 2024-10-04 125/week @ 2024-10-11 25/week @ 2024-10-18

521 downloads per month

AGPL-3.0

19KB
146 lines

OpenPhys

Crates.io Documentation License

OpenPhys is a simple physics engine library written in Rust.

Features

OpenPhys is early in development, a lot more features will be added in the future.

  • Heat transfer simulation
  • Calculate gravitational force
  • Sandbox (*pretty experimental)

Installation

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.3"

Contributing

Documentation

Read the documentation on doc.rs or alternatively generate it for yourself locally with cargo doc.

License

No runtime deps