#genuary9 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #genuary9, aggregated by home.social.
-
For #genuary9 and #genuary29 I used #Strudel to create a musical interpretation. (So turn the sound on for this one). Context: https://genuary.art/ is an idea each day in January for making art using code. (Yes it's taken me quite a while to complete these compilation videos!) #genuary
-
For #genuary9 and #genuary29 I used #Strudel to create a musical interpretation. (So turn the sound on for this one). Context: https://genuary.art/ is an idea each day in January for making art using code. (Yes it's taken me quite a while to complete these compilation videos!) #genuary
-
Two Byl's loops replicate to form growing colonies that compete for the same space.
https://en.wikipedia.org/wiki/Byl%27s_loop
The cellular automata rules might be considered "crazy" when contrasted against the more well known Conway's Game of Life -
Two Byl's loops replicate to form growing colonies that compete for the same space.
https://en.wikipedia.org/wiki/Byl%27s_loop
The cellular automata rules might be considered "crazy" when contrasted against the more well known Conway's Game of Life -
Life on a doughnut
-
Life on a doughnut
-
"Crazy automaton. Cellular automata with crazy rules."
The Stuff
#genuary9
#genuary2026
#genuary
#creativecoding
#genart
#generativeart -
"Crazy automaton. Cellular automata with crazy rules."
The Stuff
#genuary9
#genuary2026
#genuary
#creativecoding
#genart
#generativeart -
#genuary9 Automata with crazy rules.
Randomised rules in a grid or voronoi, adjacent cells interfere with each other, also superimposed to fill space.
Grid: https://www.shadertoy.com/view/WX3yR7
Voronoi:
https://www.shadertoy.com/view/W3cyR7
Non-superimosed variations on my own site:
https://sleditor.com/#id=vbaxktcpw
https://sleditor.com/#id=k6mz16420 -
My art, but not my video[1] for #Genuary9 #Genuary2026: Crazy Automata
C-SCAPE (2022), a piece of multiple co-evolving cellular automata, running on vertical aspect ratio LCD screen.
Also see:
https://mastodon.thi.ng/@toxi/115871017270081993[1] video by Sermad Buni 🙏🤩
#CSCAPE #CellularAutomata #GenerativeArt #Exhibition #Projection
-
My art, but not my video[1] for #Genuary9 #Genuary2026: Crazy Automata
C-SCAPE (2022), a piece of multiple co-evolving cellular automata, running on vertical aspect ratio LCD screen.
Also see:
https://mastodon.thi.ng/@toxi/115871017270081993[1] video by Sermad Buni 🙏🤩
#CSCAPE #CellularAutomata #GenerativeArt #Exhibition #Projection
-
My art, but not my video[1] for #Genuary9 #Genuary2026: Crazy Automata
C-SCAPE (2022), a piece of multiple co-evolving cellular automata, running as a massive projection as part of the ALGORYTHMS group exhibition at Collective, Oslo (August 2023).
https://collectiveoslo.com/projects/tech-factory-i-group-exhibition-shows-talks
[1] video by @Nonfigurativ, who also kindly invited me to this show 🙏🤩
#CSCAPE #CellularAutomata #GenerativeArt #Exhibition #Projection
-
My art, but not my video[1] for #Genuary9 #Genuary2026: Crazy Automata
C-SCAPE (2022), a piece of multiple co-evolving cellular automata, running as a massive projection as part of the ALGORYTHMS group exhibition at Collective, Oslo (August 2023).
https://collectiveoslo.com/projects/tech-factory-i-group-exhibition-shows-talks
[1] video by @Nonfigurativ, who also kindly invited me to this show 🙏🤩
#CSCAPE #CellularAutomata #GenerativeArt #Exhibition #Projection
-
here's one with speed up and a bigger grid #genuary #genuary9 #genuary2026
-
here's one with speed up and a bigger grid #genuary #genuary9 #genuary2026
-
#genuary #genuary2026 #genuary9
hexagonal cellular automata with a circular food chain
definitely more fun to watch the interactive than the gif:
https://h9.bees.free/genuary26/09-honeycomb-automata/ -
#genuary #genuary2026 #genuary9
hexagonal cellular automata with a circular food chain
definitely more fun to watch the interactive than the gif:
https://h9.bees.free/genuary26/09-honeycomb-automata/ -
Tweaking an old idea of coloring Wolfram's Automata #genuary #genuary9 #genuary2026
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_01_09 #Processing #Python #py5 #CreativeCoding -
Tweaking an old idea of coloring Wolfram's Automata #genuary #genuary9 #genuary2026
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_01_09 #Processing #Python #py5 #CreativeCoding -
For Genuary 9, a crazy automaton, I'm combining a cellular automaton with the concept of "odious numbers" I learned about during #mathober. Each cell is assigned one of 4 states, and if sum of states of 8 surrounding cells is an odious number, increment the state. Otherwise go back to 0.
-
For Genuary 9, a crazy automaton, I'm combining a cellular automaton with the concept of "odious numbers" I learned about during #mathober. Each cell is assigned one of 4 states, and if sum of states of 8 surrounding cells is an odious number, increment the state. Otherwise go back to 0.
-
#genuary Day 9: "Crazy automaton"
Made an explorer for "elementary cellular automata"!
By moving the mouse, you can change the Wolfram code (which defines, in bits, a table for how to compute a pixel from the previous line).
This also was the first time I've tried the #fennel language – a Lisp that compiles to Lua! #tic80 has several of these niche little languages built-in! <3
-
#genuary Day 9: "Crazy automaton"
Made an explorer for "elementary cellular automata"!
By moving the mouse, you can change the Wolfram code (which defines, in bits, a table for how to compute a pixel from the previous line).
This also was the first time I've tried the #fennel language – a Lisp that compiles to Lua! #tic80 has several of these niche little languages built-in! <3
-
Genuary 2026, day 9: Crazy automaton. Cellular automata with crazy rules. 🦠
Playing with Multiple Neighborhood Cellular Automata, after Slackermanz's work
#genuary #genuary2026 #genuary9
#generativeart #p5js #creativecoding -
Genuary 2026, day 9: Crazy automaton. Cellular automata with crazy rules. 🦠
Playing with Multiple Neighborhood Cellular Automata, after Slackermanz's work
#genuary #genuary2026 #genuary9
#generativeart #p5js #creativecoding -
#GenerativeArt interlude
#genuary9: Crazy automaton
Not that crazy. Rule30 over luminance, with some oddball adjustments to hue and saturation based on the luminance bit. Orientation of triangles as exercise for the viewer.
-
#GenerativeArt interlude
#genuary9: Crazy automaton
Not that crazy. Rule30 over luminance, with some oddball adjustments to hue and saturation based on the luminance bit. Orientation of triangles as exercise for the viewer.
-
Genuary 2026 Day 9: "Crazy Automaton"
Cellular Automaton can be pretty fun to play with: https://en.wikipedia.org/wiki/Cellular_automaton
Instead of a crazy 'rule', I decided to do something a little crazy in the image: I sampled and inverted colors in pixels according to rule 30.
#Genuary2026 #Genuary9 #Genuary #CreativeCoding #MathArt #SciArt
-
Genuary 2026 Day 9: "Crazy Automaton"
Cellular Automaton can be pretty fun to play with: https://en.wikipedia.org/wiki/Cellular_automaton
Instead of a crazy 'rule', I decided to do something a little crazy in the image: I sampled and inverted colors in pixels according to rule 30.
#Genuary2026 #Genuary9 #Genuary #CreativeCoding #MathArt #SciArt
-
Genuary day 9: Crazy Automatons
The automatons have three params, mood, wit and charm, which show up in some facial features and in the color channels r, g, b.Each of the params is triggered / untriggered following the game-of-life pattern S1357/B1357 ("Replicate").
Even if the animation might look a bit that way, the automata's behaviour is no loop.#genuary2026 #genuary9 #genart #mathart #creativeCoding #loop #animation
-
Genuary day 9: Crazy Automatons
The automatons have three params, mood, wit and charm, which show up in some facial features and in the color channels r, g, b.Each of the params is triggered / untriggered following the game-of-life pattern S1357/B1357 ("Replicate").
Even if the animation might look a bit that way, the automata's behaviour is no loop.#genuary2026 #genuary9 #genart #mathart #creativeCoding #loop #animation
-
#genuary2026, day 9:
Crazy automaton. Cellular automata with crazy rules.Multi-layered Wolfram cellular automata.
made with @p5xjs
#creativecoding #genuary #genuary9 #cellularautomata #mastoart
-
#genuary2026, day 9:
Crazy automaton. Cellular automata with crazy rules.Multi-layered Wolfram cellular automata.
made with @p5xjs
#creativecoding #genuary #genuary9 #cellularautomata #mastoart
-
#Genuary9 prompt: Crazy Automaton
The Automata I am crazy about atm are 1d ones that can delete or multiply cells.
Implemented in crochet:
Depending on the color of the next stitch and its neighbors, either skip the stitch or make one or two stitches of certain color. -
#Genuary9 prompt: Crazy Automaton
The Automata I am crazy about atm are 1d ones that can delete or multiply cells.
Implemented in crochet:
Depending on the color of the next stitch and its neighbors, either skip the stitch or make one or two stitches of certain color. -
Genuary 2026 - 9: "Crazy automaton."
Modified Game of Life on a random Voronoi tesselation. A cell survives if it has exactly one neighbor, a new one gets spawned from exactly two neighbors. R code in alt text.
-
Genuary 2026 - 9: "Crazy automaton."
Modified Game of Life on a random Voronoi tesselation. A cell survives if it has exactly one neighbor, a new one gets spawned from exactly two neighbors. R code in alt text.
-
Prompt: The textile design patterns of public transport seating. #genuary #genuary2025 #genuary9 Code at https://beta.dwitter.net/d/33114
-
#Genuary9 The textile design patterns of public transport seating.
Yeah, it's not great to look at.
Code if you must see it.
https://davebauer.art/web-and-python-programming/genuary-day-9-the-textile-design-patterns-of-public-transport-seating/ -
"The textile design patterns of public transport seating."
I'm a few days behind, but this prompt was too fun to let go. :)
#GenArt #GenerativeArt #Processing #CreativeCoding #Genuary #Genuary9 #Genuary2025
-
#Genuary9 prompt: The textile design patterns of public transport seating.
https://openprocessing.org/sketch/2505561I was extremely tired yesterday, so I just took a little time to adapt the #Genuary1 sketch to use color and be a bit more regular. I came across issues with the scheme that made it not work how I had wanted, but I didn't feel like fixing them or redoing things. I suppose the quirks might make it a more interesting piece.
-
#Genuary9 prompt: The textile design patterns of public transport seating.
https://openprocessing.org/sketch/2505561I was extremely tired yesterday, so I just took a little time to adapt the #Genuary1 sketch to use color and be a bit more regular. I came across issues with the scheme that made it not work how I had wanted, but I didn't feel like fixing them or redoing things. I suppose the quirks might make it a more interesting piece.
-
Desenho de 2025-01-09: "Public transport seating"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding #genuary #genuary2025 #genuary9
https://ericof.com/en/sketches/2025-01-09?mtm_campaign=SN&mtm_kwd=pynews -
Desenho de 2025-01-09: "Public transport seating"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding #genuary #genuary2025 #genuary9
https://ericof.com/en/sketches/2025-01-09?mtm_campaign=SN&mtm_kwd=pynews -
#GenerativeArt interlude
#genuary2025 day 9: extile design patterns of public transport seating
I got a lost in applying the pattern to a 3D model of a seat, which I ended up doing in the least efficient way possible, so this is as far as I got