A tool written in Rust for visualization of Star Plots.
Everyone is free to contribute. If interested:
- Fork the repository: https://github.com/aleics/starplot-rs/fork
- Create your branch:
$ git checkout -b new-branch
- Commit changes:
$ git commit -am 'new stuff!'
- Push it to your branch:
$ git push origin new-branch
- Create a new pull request
Clone the repository as follows:
$ git clone https://github.com/aleics/starplot-rs
Or download the repository as a zip.
Enter on the repository directory and build it using cargo
with the nightly version of Rust:
$ cd starplot-rs
$ cargo build --verbose
Or just use rustup:
$ rustup run stable cargo build
Go to the target/debug
or target/release
folder and execute main
:
$ cd target/debug
$ ./main
After you should see something similiar as:
Press after Q
or ESC
to exit.
It's also possible to read a JSON configuration (look in conf/example.json
) using the
read_conf
method from the App
struct. Afterwards, the absolut path of the configuration
file can be passed as an argument when calling the compiled file:
$ ./file /home/user/config.json
I
: switch night/day view (invert).Q
: exit the application.ESC
: exit the application.R
: rotate Star Plot.