/ concept-collection / dot-github
concept-collection / dot-github
Add qhull-wasm-demo to the index
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 9fd83715e496 parent 6633195 Browse files
1 changed file+10−0
profile/README.mdmodified+10−0View file
@@ -89,3 +89,13 @@ MATLAB-syntax projects that run in the browser via [numbl](https://numbl.org).
8989 ([live](https://concept-collection.github.io/gcd-visualizer/)).
9090 A color-coded GCD table: the greatest common divisor of every pair (i, j)
9191 shown as a heatmap.
92+
93+## Computational geometry
94+
95+- **[qhull-wasm-demo](https://github.com/concept-collection/qhull-wasm-demo)**
96+ ([live](https://concept-collection.github.io/qhull-wasm-demo/)).
97+ Interactive demos and benchmarks for
98+ [qhull-wasm](https://github.com/magland/qhull-wasm)
99+ ([Qhull](http://www.qhull.org) compiled to WebAssembly): 2-D Delaunay
100+ triangulation, 3-D convex hull, and a Delaunay benchmark with a matching
101+ script for MATLAB, Octave, and numbl.