1300 combinations of 3 connected line segments from a 3x3 grid of points.
The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day Code for this: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_17 #Processing #Python #py5 #CreativeCoding
228 pairs of segments from a 3x3 grid that share a point *and* don't align or overlap.
The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day Code for this: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_16 #Processing #Python #py5 #CreativeCoding
378 two-segment combinations from a 3x3 grid. Ordered and colored by segment length.
The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day
Code at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_15 #Processing #Python #py5 #CreativeCoding
1260 combinations of 3 line segments on a 3x3 grid of points. The segments must not have endings in common. Sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this one at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_14 #Processing #Python #py5 #CreativeCoding
Same 945 combinations of 4 lines from a 3x3 grid of points. Lines are now colored according to their angle.
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_13 #Processing #Python #py5 #CreativeCoding