Munching squares: Difference between revisions

Content added Content deleted
(Added zkl)
(more fun)
Line 964: Line 964:
bitmap.write(File("foo.ppm","wb"));
bitmap.write(File("foo.ppm","wb"));
}();</lang>
}();</lang>
For a cheap slide show (on Linux):
<lang zkl>while(1){ muncher(); Atomic.sleep(3); }</lang>
run ImageViewer on foo.ppm and watch it [auto] update as the image changes.
{{out}}
{{out}}
Same as the ADA image:
Same as the ADA image: