home.social

#genuary22 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #genuary22, aggregated by home.social.

fetched live
  1. For #genuary22, "Pen plotter ready.", I got to use a real pen plotter at AlgoChill a week ago. Thanks to @laura_porta for bringing it along. #genuary genuary.art/

  2. I enjoyed this one, randomizing the widths of rows and columns of a grid then applying a #TSP strategy and the `py5.curve_vertices()` method. Mind you that cubic curves can be a bit tricky, to make a nice closed curve you have to repeat the last two vertices at the start, and the first two at the end... #genuary #genuary22 #genuary2026
    Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
    Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding

  3. I've often been tempted to get a pen plotter, but haven't quite taken the plunge. For #genuary22 I did some experiments with overlapping Archimedean spirals, that could eventually be used with a pen-plotter. I find the spirals interesting since their radius is non-constant, so lining up the tangent circles becomes challenging. I still need to explore the Browne and van Wamelen paper on spiral packing - here they were just placed by brute force.

    #genuary #genuary2026 #spiral #Archimedean

  4. Genuary 2026 Day 22: "Pen plotter ready"

    It's not really plotter ready, but it looks like it could be. It's also a modified version of yesterday's challenge.

    patreon.com/posts/148257542

    #Genuary2026 #Genuary22 #Genuary #CreativeCoding #art

  5. #genuary Day 22: "Pen plotter ready."

    Another experiment with a space filling curve – this is based on the so-called Gosper curve.

    Big thanks to @bleeptrack for drawing the SVG on a real pen plotter! <3 See the next toots for some videos!

    #genuary2026 #genuary22

  6. #genuary22 Prompt: Pen Plotter Ready

    Another obvious one for line Fractals! I give you an area-filling without any selfintersections...

    #GENUARY #genuary2026

  7. Tried to make moon phases for #genuary22 – "Gradients only", but wanted more and used #genuary24 – "Geometric art - pick either a circle, rectangle, or triangle and use only that geometric shape" to work again on it and made a grid out of it. #genuary

    openprocessing.org/sketch/2519

  8. #genuary18 prompt: What does wind look like?
    #genuary22 prompt: Gradients only.

    Looks more like a plant or urchin than wind, but this is where I ended up 🤷🏻‍♂️

    This is a breakneck pace. I'm falling behind the submissions, but hopefully things will get smoother from now on.

    Made with #PyScript:
    ambv.pyscriptapps.com/genuary-

    #genuary2025 #genuary #GenerativeArt #CreativeCoding #WebGL #Python

  9. "Gradients only."

    A relative of mine on the Greek side of my spouse's family (and a very proud Greek American), passed away this week. So I am thinking of them. They lived life in a very colorful way, and honestly we didn't always understand them. But I like to think that they would have liked this.

    #GenArt #GenerativeArt #Processing #CreativeCoding #Genuary #Genuary22 #Genuary2025

  10. #genuary22 - "Gradients only"

    In my head I called this "descent into madness". Each point is generated with a movement vector, and the gradient of that initial vector determines the initial hue as well as the noisiness of the path.

    #genuary #genuary2025

  11. Genuary Day 22 - gradients. This is a reworking of the programatic structure of the day 6 sketch, with a really different way to draw the stripes. I think it's better?

    Code here: gitlab.com/mitten-la/py5-sketc

    #Genuary2025 #Genuary22 #ComputationalArt #py5