Crates.io | xiron |
lib.rs | xiron |
version | 0.3.0 |
source | src |
created_at | 2024-04-23 18:01:54.388566 |
updated_at | 2024-04-23 18:01:54.388566 |
description | A lightweight 2D robot simulator written in Rust. |
homepage | |
repository | |
max_upload_size | |
id | 1217838 |
size | 635,634 |
A lightweight 2D robot simulator written in Rust. The main documentation and How to Use guide can be found here
git clone https://github.com/SuhrudhSarathy/xiron.git
cargo
to build the library along with the binarycargo build --release
The main simulator is a binary. To run the binary
cargo run --bin xiron_simulator
Also, to install the Simulator and use it globally:
cargo install --path .
Make sure you are inside the xiron
directory. This builds the binary and places it in $HOME/.cargo/bin
folder. Make sure that PATH
is set properly. After this, open up a new terminal and run the simulator using the command:
xiron_simulator
The Roadmap is mentioned in the Projects section.