Austin Gill

Results 59 issues of 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

tool
general

https://en.wikipedia.org/wiki/Attractor#Strange_attractor

tool
Rust

See #142 for a related `bundle` tool. I think this should actually do a K-means or similar clustering?

general
Rust
shape

* Remove duplicate lines * Remove overlaps * Reduce end-to-end lines with no heading change * Join end-to-end segments to form a single LINESTRING How to handle error tolerance? This...

tool
library
general
graph

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?

tool
library
general
graph

Input: ``` LINESTRING(0 0,1 0,2 0) LINESTRING(0 0,1 0,1 1) ``` ![input](https://user-images.githubusercontent.com/8878460/218336847-7c12d23b-7c45-4804-adfe-4597d3a1cba2.svg) Packed: ``` LINESTRING(1 0,2 0,3 0) LINESTRING(-0.5 -0.5,0.5 -0.5,0.5 0.5) ``` ![packed-then-scaled](https://user-images.githubusercontent.com/8878460/218336907-4c2091ab-8a39-49fe-97b7-81384e9d24b2.svg) --- Input: ``` LINESTRING(0 0,1 0,2...

bug
tool
Rust

https://inconvergent.net/2017/spline-script/