openphys 0.1.3

OpenPhys is a simple physics engine library written in Rust.
Documentation
  • Coverage
  • 91.89%
    34 out of 37 items documented7 out of 10 items with examples
  • Size
  • Source code size: 58.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • CyntexMore/OpenPhys
    1 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CyntexMore

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