Skip to content

Saphereye/convex-hull-simulation

Repository files navigation

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.

Screenshots

image

How to run

  • Install cargo
  • Run cargo run --features bevy/dynamic_linking if you want to make increamenetal changes or cargo run --release for release build.

This project was created for the course CS F364 (Design & Analysis of Algorithms)