home.social

#genuary31 — Public Fediverse posts

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

fetched live
  1. most of the work on this one was an experimental WebGL renderer backend, demonstrated w/ a return to one shape one color

    #genuary #genuary2026 #genuary31

    It's been fun sharing these & seeing everyone else's all month! (and my HTML-only post will be coming at some point...)

  2. most of the work on this one was an experimental WebGL renderer backend, demonstrated w/ a return to one shape one color

    #genuary #genuary2026 #genuary31

    It's been fun sharing these & seeing everyone else's all month! (and my HTML-only post will be coming at some point...)

  3. Genuary 2026 Day 31: "GLSL day. Create an artwork using only shaders."

    I know it's suggested that we play with Shaders. But I'm in a creative zone and not wanting to switch tools right now. So, I'm going back to an old project and play with it a bit more.

    patreon.com/posts/149070265

    And that's it for #Genuary, until next year.

    #Genuary2026 #Genuary31 #CreativeCoding #art #GenerativeArt #ProceduralArt

  4. Genuary 2026 Day 31: "GLSL day. Create an artwork using only shaders."

    I know it's suggested that we play with Shaders. But I'm in a creative zone and not wanting to switch tools right now. So, I'm going back to an old project and play with it a bit more.

    patreon.com/posts/149070265

    And that's it for #Genuary, until next year.

    #Genuary2026 #Genuary31 #CreativeCoding #art #GenerativeArt #ProceduralArt

  5. #Genuary Day 31: "GLSL day. Create an artwork using only shaders."

    I recently learned about circle inversions, so here's one! I especially love the mysterious sparkling in the center.

    Fun fact: This compresses extremely badly. My first recording of 1 minute of this was half a GB. 😬

    #genuary2026 #genuary31 #glsl

  6. #Genuary Day 31: "GLSL day. Create an artwork using only shaders."

    I recently learned about circle inversions, so here's one! I especially love the mysterious sparkling in the center.

    Fun fact: This compresses extremely badly. My first recording of 1 minute of this was half a GB. 😬

    #genuary2026 #genuary31 #glsl

  7. #genuary31 - Shaders. Here's a fractal animated using shaders. There is a single orbit trap along the imaginary axis, which swings left and right to make the animation. For the original WebGL-rendered version, go to codeismycanvas.art/posts/genua.

    And that wraps up another Genuary!

    #genuary #genuary2026 #fractal #webgl

  8. #genuary31 - Shaders. Here's a fractal animated using shaders. There is a single orbit trap along the imaginary axis, which swings left and right to make the animation. For the original WebGL-rendered version, go to codeismycanvas.art/posts/genua.

    And that wraps up another Genuary!

    #genuary #genuary2026 #fractal #webgl

  9. Done. Finished.

    Genuary was again a lot of fun and it expanded my knowledge. But the most impotant fact is that is was a kind community with many comments and likes and folowing each other. So, we made it!

    Thank you very much for every like, every repost and the new follower I deeply appreciate!

    What is the next challenge?
    Something in February? Generative Plant-uary? Or Art-ch? Let me know.

    Me, I will post the alternative creations over the next days and it would be nice to stay in contact.
    Have a happy coding, drawing and living in 2026.

    #genuary #digitalart #genart #art #mastoart #fediart #p5js #noai #genuary2026 #code #math #programming #artwork #minimalism #coding #generativeart #generative #artforsale #simplify #creativecoding #random #artistsonmastodon #illustration #sketch #challenge #genuary31

  10. Done. Finished.

    Genuary was again a lot of fun and it expanded my knowledge. But the most impotant fact is that is was a kind community with many comments and likes and folowing each other. So, we made it!

    Thank you very much for every like, every repost and the new follower I deeply appreciate!

    What is the next challenge?
    Something in February? Generative Plant-uary? Or Art-ch? Let me know.

    Me, I will post the alternative creations over the next days and it would be nice to stay in contact.
    Have a happy coding, drawing and living in 2026.

    #genuary #digitalart #genart #art #mastoart #fediart #p5js #noai #genuary2026 #code #math #programming #artwork #minimalism #coding #generativeart #generative #artforsale #simplify #creativecoding #random #artistsonmastodon #illustration #sketch #challenge #genuary31

  11. #genuary31 Promp: Shaders

    I wrote a fragment shader in libGDX.

    This is my very first self-written shader, so I went with a classic subject.

    #GENUARY #genuary2026

  12. #genuary31 Promp: Shaders

    I wrote a fragment shader in libGDX.

    This is my very first self-written shader, so I went with a classic subject.

    #GENUARY #genuary2026

  13. Genuary 2026,
    Day 6: Lights on/ off
    Day 10: Polar coordinates
    Day 31: GLSL

    I never worked with shaders until a week ago and it took me some time to explore that way of thinking. That was fun, but also a tough bit of work.

    #genuary2026 #genuary6 #genuary10 #genuary31 #loop #animation #creativeCoding #genart

  14. Genuary 2026,
    Day 6: Lights on/ off
    Day 10: Polar coordinates
    Day 31: GLSL

    I never worked with shaders until a week ago and it took me some time to explore that way of thinking. That was fun, but also a tough bit of work.

    #genuary2026 #genuary6 #genuary10 #genuary31 #loop #animation #creativeCoding #genart

  15. Using #numpy.sort on a variation of the previous sketch, animating a few frames, but the color compression is brutal :(
    Another thing: this is not "true" pixel sorting as I'm sorting each RGB chanel independently (but I like it anyway) .
    Code at: github.com/villares/sketch-a-d
    More sketch-a-day: abav.lugaralgum.com/sketch-a-d
    If you like this, support my work: paypal.com/donate/?hosted_butt
    #genuary2025 #genuary31 #Processing #Python #py5 #CreativeCoding

  16. Using #numpy.sort on a variation of the previous sketch, animating a few frames, but the color compression is brutal :(
    Another thing: this is not "true" pixel sorting as I'm sorting each RGB chanel independently (but I like it anyway) .
    Code at: github.com/villares/sketch-a-d
    More sketch-a-day: abav.lugaralgum.com/sketch-a-d
    If you like this, support my work: paypal.com/donate/?hosted_butt
    #genuary2025 #genuary31 #Processing #Python #py5 #CreativeCoding

  17. #genuary31 - Pixel Sorting. Using one of my fractal images as a base, I wrote a pixel sorting algorithm to first convert the RGB color of each pixel to HSV, then sort each column of pixels by hue. #pixelsort #genuary #genuary31

  18. #genuary31 - Pixel Sorting. Using one of my fractal images as a base, I wrote a pixel sorting algorithm to first convert the RGB color of each pixel to HSV, then sort each column of pixels by hue. #pixelsort #genuary #genuary31

  19. Genuary 2025 Prompt for Day 31: "Pixel sorting."

    I've been playing with various ways to sample and sort colors...and I'm not done yet. But I'll share some interesting buggy results, for now.

    patreon.com/posts/121168461

    #Genuary2025 #Genuary31 #Genuary #CreativeCoding #Art

  20. Genuary 2025 Prompt for Day 31: "Pixel sorting."

    I've been playing with various ways to sample and sort colors...and I'm not done yet. But I'll share some interesting buggy results, for now.

    patreon.com/posts/121168461

    #Genuary2025 #Genuary31 #Genuary #CreativeCoding #Art

  21. #genuary31: Pixel sorting.

    Aerial view (NASA source) sorted horizontally then vertically

    Demonstration and code forsaken-ideas.nicolas-lebrun.

    #genuary

  22. Genuary 31: Pixel sorting

    My genuary 24 submission, sorting into a sort of beachscape.

    Animation is a bit slow, but you can see it (and code) here: openprocessing.org/sketch/2528

    #genuary #genuary2025 #genuary31 #creativeCoding

  23. Genuary 31: Pixel sorting

    My genuary 24 submission, sorting into a sort of beachscape.

    Animation is a bit slow, but you can see it (and code) here: openprocessing.org/sketch/2528

    #genuary #genuary2025 #genuary31 #creativeCoding

  24. #genuary31 Prompt: Pixel Sort

    #artvsartist Style Finale for another awesome Genuary!
    Thanks to the Organizers and co-participants, it was once again quite inspiring and challenging!

    #GENUARY #genuary2025

  25. #genuary31 Prompt: Pixel Sort

    #artvsartist Style Finale for another awesome Genuary!
    Thanks to the Organizers and co-participants, it was once again quite inspiring and challenging!

    #GENUARY #genuary2025

  26. "The End"

    And that concludes my #genuary for this year #genuary2025

    My third so far

    In my first Genuary back in 2023, for the last day #genuary31 I recall doing something similar where the prompt said "Deliberately break one of your previous images, take one of your previous works and ruin it."
    #CreativeCoding #PixelSorting #GenerativeArt #GenArt

  27. #genuary31 - "Generative Audio"

    The final day of Genuary is "Generative Audio". Instead of trying to generate an audio clip, I used an audio clip to generate an image. Many different clips within a recording of Beethoven's Pathétique Sonata were passed through an FFT with smoothing and coloring applied.

    I've archived all of my Genuary posts on my website: codeismycanvas.art/posts/genua

    #genuary #beethoven #audiovisualizer #fft #fouriertransform #generativeart

  28. Generative "music" for #genuary31 features the Langton's Ant from my "Grow a seed" #GenerativeArt continuously modifying a drum pattern sent as #MIDI notes to the Korg Volca Beats. The wobbly functions from another previous #genuary prompt control the pitch of arpeggiated tones synthesized using the #Processing Sound library which I never used before.

    Perhaps a bit too chaotic for #jamuary

    #genuary2024 #CreativeCoding #GenArt