utomata sandbox V0.2
File
New
Duplicate(cmd + D)
Restore last
Examples...
Copy link to program
Save as HTML (cmd + S)
Export as png
Set
Setup(cmd + U)
Stop (cmd + B)
Remove input image
Width(
)
Height(
)
Fps(
)
Zoom(
)
TilesX(
)
TilesY(
)
View
Full screen (cmd + A)
Hide panel (cmd + H)
Font-size(
)
Help
Programming guide
Source
utomata.net
labofbabel.org
// configure to random binary: 10% white setup = vec(stp(0.9, rand())); // run Conway's game of life update = add(eql(3, V9), eql(3, V8));