Skip to content

Commit 80f146a

Browse files
babylonjs variant of hex-house concept
1 parent af16f2e commit 80f146a

22 files changed

Lines changed: 3236 additions & 0 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Bitbybit & BabylonJS Hex House Concept Example</title>
8+
</head>
9+
<body>
10+
<a
11+
class="logo"
12+
href="https://bitbybit.dev"
13+
target="_blank"
14+
rel="noopener noreferrer"
15+
>
16+
<img
17+
alt="Logo of Bit by bit developers company"
18+
src="https://bitbybit.dev/assets/logo-gold-small.png"
19+
/>
20+
<div>bitbybit.dev</div>
21+
<br />
22+
<div>support the mission - subscribe</div>
23+
</a>
24+
<canvas id="babylon-canvas"> </canvas>
25+
<script type="module" src="/src/main.ts"></script>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)