quadtree-drawer/index.html
crystal heart a0d42e7709 basic drawing on a quadtree
no zoom yet, also no figuring out when tree nodes can merge without
losing information.
2024-06-04 12:39:07 +02:00

10 lines
265 B
HTML

<!DOCTYPE HTML>
<head>
<title>quadtree drawer</title>
<link rel="stylesheet" href="style.css"></link>
<script defer type="module" src="js/main.js"></script>
<link rel="icon" href="data:,">
</head>
<body>
<canvas id="canvas" width="512" height="512" />
</body>