guitarvydas
02/17/2026, 2:07 PMIvan Reese
Ivan Reese
Konrad Hinsen
02/18/2026, 7:42 AMguitarvydas
02/18/2026, 6:58 PMlife.glsl. This then opened the door to a rabbit hole - surely I could discretely simulate the 4 simple equations of a Brusselator (developed by Nobel Laureate Ilya Prigogene, who claims that functional thinking has set Physics back by at least 100 years) instead of using hoary time differential equations. When that didn’t immediately work, I heard a voice from the darkness down in the rabbit hole whispering to me “tweak me, tweak me”. I slammed the door shut and pushed a snapshot up to github. The first-order goal was inspired by Forth Haiku which takes 2 lines of code, compiles them to 100s of lines of JS then t2t (text-to-text) transmogrifies this to runnable GLSL (I captured some of my analysis here). I wanted to slice this process up: a viewer running in a browser, allowing me to simply throw GLSL source code at it from the command line to eval it and display pretty images (better than a 2D cyan square 😀). Writing code that generates code is what my ‘t2t’ stuff is meant for and that’s where I’m going to take this when I actually learn what GLSL is… various screenshots (life, differential equation Brusselator, failed attempt at discrete Brusselator, current test data)…