Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/florence/convex-hulls
- Owner: florence
- Created: 2014-01-23T21:48:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T21:09:26.000Z (over 9 years ago)
- Last Synced: 2024-05-09T07:30:44.103Z (8 months ago)
- Language: Racket
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)