Skip to content

Saphereye/convex-hull-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31cb6a9 · Jul 1, 2024

History

73 Commits
Mar 27, 2024
Apr 2, 2024
Mar 25, 2024
Apr 4, 2024
Apr 6, 2024
Jul 1, 2024
Apr 4, 2024
Mar 27, 2024
Mar 27, 2024
Apr 4, 2024
Jun 30, 2024
Apr 4, 2024
Feb 25, 2024
Mar 21, 2024

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)