Convex Hull Simulation
An interactive simulation allowing users to see Jarvis March and Kirkpatrick Seidel in action. Users can control simulation speed and the number of points dynamically. The simulation is hosted here.
- Install cargo
- Run
cargo run --features bevy/dynamic_linking
if you want to make increamenetal changes orcargo run --release
for release build.
This project was created for the course CS F364 (Design & Analysis of Algorithms)