Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 584 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 584 Bytes

Delauney triangulation

This project is a programatic animation of the Bowyer-Watson implementation of Delauney triangulation. It is written in rust + sfml.

Usage

To run this project, you MUST have C++ SFML 2.6.1 installed. Also please read this: https://docs.rs/crate/sfml/latest. You also need to add the entire cargo toolchain to build and run it. Please read https://www.rust-lang.org/tools/install for setting up rust on your system.

Once you have completed setting up SFML, just do cargo run

Click on the screen to add points! Read the other instructions, good luck!