Toggler
Toggler 1 VIEW FULLSCREEN
Toggler 2 VIEW FULLSCREEN
In "Toggler 1", each column prints one of two characters. Randomly, a "toggler" appears and switches which character the column prints and then moves to the left or right. This creates triangle-shaped regions of toggled values. As more togglers spawn and overlap, the implied shapes become more chaotic and inscrutable. "Toggler 2" is similar, though it creates two togglers going in both directions, sometimes skipping one or two columns as they move.
Links
Toggler 1:
- Python source code
- TypeScript source code (compiles to Node JavaScript)
- JavaScript source code in JSFiddle
Toggler 2:
- Python source code
- TypeScript source code (compiles to Node JavaScript)
- JavaScript source code in JSFiddle
-->