Tag: demo

  • Supercharged performance

    Supercharged performance

    I was going back through some of my old posts and making sure the javascript still works, and I loaded up the three.js particle system test code I put up a while back. Instead of being broken, it was even faster in chrome than when i wrote it. I was surprised at how much of…

  • Cellular automaton #1

    Cellular automaton #1

    Well, it’s time to switch gears again for a little bit.  I finally threw some simple code together for a 1d cellular automaton, and the patterns are fascinating.  I’ve got a few ideas to work through with these.  I’m not sure if there is anything worthwhile in this vein, but I see how fascinating they…

  • Speed of sound

    Speed of sound

    I’ve finally written some code that works in IE8.0, chrome and firefox. Rather than drawing complex fractals and solutions to equally archane differential equations, I’m trying to build some simple demos using more easily understood principles and mathematics. Now this is a very simple model that just shows the general principles of how something like…