This is a simple program that draws Voronoi cells for a set of points. There are options to use different Lp distance metrics or display the farthest-point Voronoi cells instead.
- Download/install Cargo.
- Clone this project and build/run:
git clone https://github.com/HactarCE/Voronoi
cd Voronoi
cargo run --release
- Download/install Rustup.
- Run
rustup.exe toolchain install stable-x86_64-pc-windows-msvc
to install the MSVC toolchain. - Run
rustup.exe default stable-msvc
to select that toolchain as the default. - Download this project and extract it somewhere.
- Open a terminal in the folder where you extracted the project (it should have
Cargo.toml
in it) and build it usingcargo build --release
or run it usingcargo run --release
.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.