Crates.io | torophy |
lib.rs | torophy |
version | 0.1.1 |
source | src |
created_at | 2020-06-19 14:08:12.447725 |
updated_at | 2020-06-19 14:32:44.819428 |
description | 2D physics engine over a toroidal space |
homepage | https://github.com/lemunozm/torophy/ |
repository | https://github.com/lemunozm/torophy/ |
max_upload_size | |
id | 255710 |
size | 80,626 |
torophy
2D physics engine over a toroidal space. The aim of this project is to test and experiment with physics over a toroidal space.
You can see more examples in the examples
folder.
It is necessary to have rust
language installed (you can install from rustup.rs)
cargo install torophy --examples
if you have ~/.cargo/bin
in PATH you only need to run the example by its name.
git clone https://github.com/lemunozm/torophy.git
cargo run --example basic --release
You can change basic
name for any other example name found in the examples
folder.
Any help is welcome! If you have any awesome idea for a new experiment or feature, please, create an issue or a pull request.