Skip to content

dogunbound/delauney_triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Delauney triangulation animation written in rust-sfml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages