Jason Rowe

Be curious! Choose your own adventure.

Tag: SVG

  • Simple Flower Petal Geometry

    I recently wanted to make a She Loves Me, She Loves Me Not Game using JavaScript and SVG. My requirements were: 1) Support a random number of petals. 2) The petals should be clickable. Turns out these two requirements make for some fun JavaScript and Geometry. Here is an image of what I was going […]

  • Force Directed Graph with Raphael

    I’ve moved this page to another blog as it used an old version of Raphael. http://jsoncharts.appspot.com/blog/force-directed-graph-with-raphael Someday I hope to clean up this prototype but I haven’t gotten around to it yet.