An open API service indexing awesome lists of open source software.

https://github.com/saphereye/convex-hull-simulation

A web based simulation for Convex Hull algorithms
https://github.com/saphereye/convex-hull-simulation

bevy-engine convex-hull rust

Last synced: 2 days ago
JSON representation

A web based simulation for Convex Hull algorithms

Awesome Lists containing this project

README

          

# [Convex Hull](https://en.wikipedia.org/wiki/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](https://saphereye.github.io/Convex-Hull-CS-F364/).

## Screenshots
![image](https://github.com/Saphereye/Convex-Hull-CS-F364/assets/59739923/8455aaa8-bc40-479f-84f3-e7a0021cc329)

## How to run
- Install [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- 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)