FreeEta project include three sub-projects.
- ETACTL: A terminal utility to perform Event Tree Analysis without GUI interface, much suitable for large event tree analysis.
- ETALIB: The support library of
ETADOT
, written inRust
. - ETADOT: The GUI analysis tool to perform Event Tree Analysis.
If you don't know which one to use, I suggest execute EtaDot.console
in artifacts, which will perform verbose hints.
[!danger] FreeEta is on flight🛫
FreeEta is in development. You could download artifacts from github workflow.
Or, you could build it yourself! Follow these steps below.
git clone https://github.com/Administroot/FreeEta-gd.git
cd FreeEta-gd/
# Build `ETACTL` and `ETALIB`
cd rust/
cargo build && cargo build --release
# Build `ETADOT`
cd ../EtaDot/
godot --headless --import
godot --headless --export-release "EtaDot-{{YOUR-PLATFORM-ARCH}}" "EtaDot" --verbose
Support ALL Platforms!
0.1.0-dev