Skip to content

Instantly share code, notes, and snippets.

View atMari's full-sized avatar
🏝️
OOO

Mari Kennedy atMari

🏝️
OOO
View GitHub Profile
@gsluthra
gsluthra / tree_html5.html
Created August 20, 2012 07:10
Fractal Tree Generation using HTML5 Canvas and Random Numbers
<html>
<head>
<script type="text/javascript">
window.onload = draw;
function draw(){