10m node viewer w/ quadtree

This commit is contained in:
Oxy8
2026-02-08 01:00:12 -03:00
commit d6d37d93d5
11 changed files with 3385 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>10M Spheres Quadtree WebGL2 Renderer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>