User:Thijshijsijsjss/Pen Plotting Panache/Plotillism: Difference between revisions
(Add references under temporary header) |
(Add relaxation gif) |
||
Line 7: | Line 7: | ||
|[[File:WVS moonpool 4.png|thumb|Relaxed seed points, no background|200px]] | |[[File:WVS moonpool 4.png|thumb|Relaxed seed points, no background|200px]] | ||
|} | |} | ||
[[File:WVS moonpool animation.gif|thumb|Relaxation visualized]] | |||
References | References |
Revision as of 13:28, 6 May 2024
References
- Paper introducing Weighted Voronoi Stippling
- Coding Train tutorial and reference code (p5.js using D3 library)
- Wikipedia: Voronoi diagram (basis for relaxation)
- Wikipedia: Delaunay triangulation (dual graph to Voronoi diagram that might be used for optimized pixel-coloring)
- Lloyd's Algorithm (Voronoi iteration) (way of iterative relaxation of seed points)
- Calculating the center of a polygon Paul Burke's reference (not used, this script is using pixel information)