Dec
8
2008
One-dimensional cellular automata in javascript
Here‘s my implementation of a simple cellular automata generator that runs entirely in your browser. Won’t work in Internet Explorer. Definitely works in Firefox. (Modern versions of IE don’t support X-Bitmap images). It’s more a curiosity than anything else and it’s not going to win any prizes for speed, but it’s a good example of image generation using pure client-side javascript.