Crates.io | aflak |
lib.rs | aflak |
version | 0.0.3 |
source | src |
created_at | 2018-08-11 01:40:31.505401 |
updated_at | 2018-10-18 09:17:09.258092 |
description | Advanced Framework for Learning Astrophysical Knowledge |
homepage | https://github.com/aflak-vis/aflak |
repository | https://github.com/aflak-vis/aflak |
max_upload_size | |
id | 78846 |
size | 20,760 |
Aflak - A visualization environment to analyze astronomical datasets by providing a visual programming language interface.
IN ACTIVE DEVELOPMENT: Features and API highly unstable!
Minimum Rust version: 1.26.2.
Install the rust toolchain with rustup. Then clone the git repository.
You need to initialize the git submodules.
cd aflak
git submodule update --init --recursive
cd aflak/src
cargo build --release
cd aflak/src
cargo run --release
NB: The first time you run aflak, the window layout may not be what you prefer. You may want to resize / move some windows with the mouse the very first time your run aflak. Hopefully, aflak remembers the arrangement of your windows between sessions.
This repo has several crates each with a specific and defined objective. Each of the crates is documented. Please refer to the doc.
cd aflak/src/aflak_cake
# Open the doc
cargo doc --open
cd aflak/src
cargo test --all