Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

doctype html>
<html>
<head>
<title>Recursion Toy</title>
<meta name="author" content="Justin Windle">
<meta name="copyright" content="&copy; 2011 Justin Windle">
<meta name="description" content="Recursion Experiment in JavaSc
ript">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<ul id="output">
<li>Click to spawn</li>
<li class="branchCount"></li>
<li>Get the <a href="https://github.com/soulwire/Recursi
on-Toy" target="_blank">Code</a></li>
</ul>
<canvas id="canvas" width="500" height="500"></canvas>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/
jquery.min.js"></script>
<script src="js/lib/DAT.GUI.min.js"></script>
<script src="js/lib/RAF.js"></script>
<script src="js/recursion.js"></script>
</body>
</html>

You might also like