Skip to content

Instantly share code, notes, and snippets.

@leanpanda
leanpanda / index.html
Created May 10, 2026 06:33
Liquid Metal in Forms - (SVG support) – Support me by PayPal: https://paypal.com/paypalme/sabosugi
<script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.160.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.160.0/examples/jsm/",
"lil-gui": "https://unpkg.com/lil-gui@0.19.1/dist/lil-gui.esm.min.js"
}
}
</script>
@leanpanda
leanpanda / index.html
Created May 10, 2026 06:23
Quantum Core – Support me by PayPal: https://paypal.com/paypalme/sabosugi
<!-- Import Maps for Three.js and lil-gui -->
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.160.0/build/three.module.js",
"lil-gui": "https://unpkg.com/lil-gui@0.19.1/dist/lil-gui.esm.min.js"
}
}
</script>
@leanpanda
leanpanda / index.html
Created May 10, 2026 05:53
Trails Stream – Support me by PayPal: https://paypal.com/paypalme/sabosugi
<!-- Import maps polyfill -->
<script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.160.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.160.0/examples/jsm/",
"lil-gui": "https://unpkg.com/lil-gui@0.19.1/dist/lil-gui.esm.min.js"
}