Sunday, May 24, 2015

WebGL Version of Conway's Game of Life and Variations

Another installment of my exploration into  Google's Dart language.
This time playing with WebGL producing yet another implementation of Conway's Game of Life.


 http://muth.org/Art/life.html


It should work on most browsers and systems including mobile devices.

Wednesday, May 6, 2015

Web-port of xscreensaver's Substrate

Recently I started using  Google's Dart language for web development projects.
Not being a fan of JavaScript, Dart has made such projects fun again.
As a warm-up I have ported my favorite xscreensaver, Substrate, to the web.
You can try it out here:

 http://muth.org/Art/substrate.html


It should work on most browsers and systems including mobile devices.