A calculator for calculating orbital parameters written in Rust and GTK+
Go to file
famfo 23e3f9926f Update 'README.md' 2022-12-04 18:19:16 +01:00
src Printing stuff 2022-04-05 21:25:33 +02:00
stuff Facharbeit Messdaten 2022-04-05 20:18:48 +02:00
.gitignore gitignore? 2022-03-05 12:56:08 +01:00
Cargo.lock More stuff 2022-03-31 20:04:52 +02:00
Cargo.toml More stuff 2022-03-31 20:04:52 +02:00
LICENSE Initial commit 2022-02-12 17:57:10 -06:00
README.md Update 'README.md' 2022-12-04 18:19:16 +01:00

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 Linux
  • gtk+3 on MacOS
  • Run with cargo run or build a binary with cargo 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.