Austin Gill
Austin Gill
* https://inkscape.org/~Lazur/%E2%98%85pen-filter-pack * https://heredragonsabound.blogspot.com/2020/02/creating-pencil-effect-in-svg.html * https://heredragonsabound.blogspot.com/2018/12/hand-drawn-lines-revisited.html * https://heredragonsabound.blogspot.com/2016/11/this-is-where-i-draw-line.html * https://codepen.io/srt19170/pen/XWWopOg * https://codepen.io/srt19170/pen/oNNQmRw * https://tympanus.net/codrops/2019/02/19/svg-filter-effects-creating-texture-with-feturbulence/ See also #47
See #142 for a related `bundle` tool. I think this should actually do a K-means or similar clustering?
* `geom2graph` round trip * Merge duplicate lines * Merge overlaps * How to deal with unwanted dangles? * Maybe: 1) snap, 2) create the graph, 3) add graph nodes...
How can you bias the random perturbation to make interesting output? Requires #62 and #71 Are there perturbations that might work better on straight geometries instead of the graph?
Input: ``` LINESTRING(0 0,1 0,2 0) LINESTRING(0 0,1 0,1 1) ```  Packed: ``` LINESTRING(1 0,2 0,3 0) LINESTRING(-0.5 -0.5,0.5 -0.5,0.5 0.5) ```  --- Input: ``` LINESTRING(0 0,1 0,2...
https://inconvergent.net/2017/spline-script/