openphys

Crates.ioopenphys
lib.rsopenphys
version0.1.3
sourcesrc
created_at2024-09-25 10:55:24.318671
updated_at2024-10-15 19:46:44.713765
descriptionOpenPhys is a simple physics engine library written in Rust.
homepagehttps://crates.io/crates/openphys
repositoryhttps://github.com/CyntexMore/OpenPhys
max_upload_size
id1386242
size58,342
SaynedBread (CyntexMore)

documentation

https://docs.rs/openphys/latest/openphys

README

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

Commit count: 64

cargo fmt