block by dribnet 4369073

clojurescript convex hull using d3+strokes

Full Screen

This example uses d3.geom.hull to compute the 2D convex hull of a set of points. An outer stroke is used to pad the hull. Click to add a new point.

A fork and port of mike’s js version, programmed in clojurescript atop the fledgling strokes library.

(Merge request? Use the repo version)

index.html

hull.cljs