Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florence/convex-hulls

Automatically generate images describing how convex hull algorithms work.
https://github.com/florence/convex-hulls

Last synced: 20 days ago
JSON representation

Automatically generate images describing how convex hull algorithms work.

Awesome Lists containing this project

README

        

# convex-hulls
Automatically generate images describing how convex hull algorithms work.

This project is being used to generate visualizations of these algoritms for wikipedia. Check out:

[quickhull](https://en.wikipedia.org/wiki/Quickhull)

[monotone](https://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain)

[gift-wrapping](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm)