Geo-AID

Geo-AID is a tool aiming to aid people at drawing geometry figures. It uses a figure script with criteria definitions to generate a figure meeting them and draw it.

Installation

To use and possibly install Geo-AID, you will need Rust with cargo. You can get those here: https://www.rust-lang.org/

Once done, you can either clone the repository with git and run Geo-AID using cargo run --release -- <geo-aid arguments here, type --help for help>

Or install Geo-AID with cargo install geo-aid

and run it with geo-aid <arguments here, type --help for help>.