Crates.io | openphys |
lib.rs | openphys |
version | 0.1.3 |
source | src |
created_at | 2024-09-25 10:55:24.318671 |
updated_at | 2024-10-15 19:46:44.713765 |
description | OpenPhys is a simple physics engine library written in Rust. |
homepage | https://crates.io/crates/openphys |
repository | https://github.com/CyntexMore/OpenPhys |
max_upload_size | |
id | 1386242 |
size | 58,342 |
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.
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"
Read the documentation on doc.rs or alternatively generate it for yourself locally with cargo doc
.