Skip to content

Instantly share code, notes, and snippets.

@micky1111
micky1111 / index.html
Created January 29, 2024 21:22 — forked from generge/index.html
Three.js - Game - Just Player
<canvas id="c"></canvas>
<div id="loading">
<div>
<div>...loading...</div>
<div class="progress"><div id="progressbar"></div></div>
</div>
</div>
<script type="importmap">{
"imports": {
"three": "https://threejs.org/build/three.module.js",