#genuary Day 8: "A City. Create a generative metropolis."
Had a lot of fun designing the "planetize" coordinate transform! 😊 It's so cool to think in shader logic!
#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 - 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.