home.social

#genuary13 — Public Fediverse posts

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

fetched live
  1. self-portrait of a bee

    h9.bees.free/genuary26/13-bees/

    i tried a few of versions of this one that didn't quite click, settling for this. the underlying "LineSprite" idea is something I've been wanting to play with for a while and (spoilers) will probably feature in an upcoming one

    #genuary #genuary2026 #genuary13

  2. My #genuary13 self portrait is defined entirely by parametric equations! Portrait in the first image, equations in the second. The equations were generated by tracing points from a photograph, then basically using an FFT algorithm to convert the coordinates into paremetric equations. Each feature (head, hair, eyes, etc.) is defined by a different path.

    #genuary #genuary2026 #fft #fouriertransform

  3. #GenerativeArt interlude

    #genuary12: boxes
    #genuary13: self-portrait

    Portrait of the artist as a bunch of boxes: rotation of box and colour mapping based on luminance

    #XQuery #SVG #genuary

  4. Genuary 2026 Day 13: "Self portrait"

    For this one, I sampled pixels in a photo of myself wearing an Axolotl suit at City Hall. I did this in two runs: one at very low resolution and then another in slightly higher resolution in just the area with me in it.

    patreon.com/posts/147619087

    #Genuary2026 #Genuary13 #Genuary #CreativeCoding #art

  5. #genuary13 Day 13: "Self portrait"

    I sadly don't really have time to participate in #genuary because I'm intensely working on my co-creative drawing tool tinqta. But I thought: why not use the tinqta framework for some submissions? This is an older animation but it fits so perfectly that I decided to reshare :)

  6. #genuary Day 13: "Self portrait"

    This also has a "fuzziness" slider; you can try it here: files.blinry.org/fuzz/ (Warning: Pretty slow on my machine.)

    #genuary2026 #genuary13 #p5js

  7. Genuary 2026 - 13: "Self portrait"

    Voronoi image reconstruction based on grayscale values sampled from a photo, comparing uniform random sampling and (maximin) Latin Hypercube Sampling. Illustrates how the space-filling property of LHS leads to a better image reconstruction based on the same number of sample points. I'll use this in my next lecture on Experimental Design. See alt text for some R code.

    en.wikipedia.org/wiki/Latin_hy

    #genuary #genuary2026 #genuary13 #mathematics #statistics #rstats

  8. Genuary 13: Self Portrait

    #genuary13 #genuary26 #processing #loop #animation #creativeCoding #genart

    Unlike with the Fibonacci thing, my wife does not find any Bond vibes in this one.

  9. "Triangles and nothing else."

    Getting a bit lazy and going back in time here to tweak an old sketch to make it fit the prompt. In my defense I will say that I rather enjoy sometimes trying to take a shape and make it look nothing like that shape. I kind of doubt anybody who didn't know the prompt would look at these and think, "oooh, triangles!"

    #GenArt #GenerativeArt #Processing #CreativeCoding #Genuary #Genuary13 #Genuary2025

  10. #Genuary12 - Subdivision
    #Genuary13 - Triangles Only
    openprocessing.org/sketch/2509

    I like to try doing class/agent based sketches every once in a while. Like usual I struggled with it a bit due to the added complexity, but it came together eventually. I combined these two topics based on an idea I had visualized, and made a generative system of suprematist compositions. I really like the animation behavior of it.

    #Genuary2025 #CreativeCoding
    #GenerativeArt #AlgorithmicArt

  11. #Genuary 12/13/14: A line-based triangle subdivision algorithm

    Three prompts in one project/day is some kind of record for me, but these all fit together so nicely I couldn't resist. I want to go back and color the tris, though. Soon.

    #CreativeCoding #genuary12 #genuary13 #genuary14 #GenArtClub

  12. Genuary 13: Triangles and nothing else. (belated)

    arielmartinperez.com/pages/202

    Another landscape generator, that only draws triangles, but this time they're so thin (and closely aligned, or so thoroughly rotated) that they become something else. This generator also echoes my entry for Genuary 6, and could have been an answer to that prompt.

    #genuary13 #genuary6 #genuary2025 #genuary #processing #triangles #landscape #primitiveshapes

  13. #genuary13 - Triangles and nothing else. Here's a lumpy circle made of triangles. #genuary #genuary2025

  14. Circle packing, in a square, using only triangles.

    A simple circle packing algorithm is used to fill the square with circles of decreasing size. Then the centres are used as the input for a delauney triangulation (with the deldir #rstats package).

    #mathart #genuary2025 #genuary13, #genuary, #rtistry