|
||
---|---|---|
src | ||
stuff | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
orbits
A calculator for slowing down asteroids or spacecraft and calculating the effects on their trajectory.
Building instructions
- Install Rust
- Clone the source
git clone https://git.karx.xyz/famfo/orbits
- Install the dependencies:
gtk3
on Linuxgtk+3
on MacOS- Run with
cargo run
or build a binary withcargo build --release
Note: This project won't compile on Windows since Microsoft doesn't let you compile GTK+ projects on Windows properly. You can still get it to work with msys2 or WSL on Windows though if you wish so. You can follow this guide if you wish to try.