Skip to content

Instantly share code, notes, and snippets.

View Merteg's full-sized avatar
👷‍♂️
In progress...

Andrew Chorny Merteg

👷‍♂️
In progress...
  • SoftServe, Inc.
  • Rivne, Ukraine
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(){