Skip to main content

One post tagged with "3d"

3d

View All Tags

Spline Glassmorphism

Lem Dulfo
Senior Software Developer @ Clio

A cool demo I saw on Threads, showcasing this nice chunky rounded matte glass jelly effect. I don't know how else to describe it. Link

Screenshot of glassmorphism demo with cursor tracking

I initially thought it was pure CSS. Turns out, it's a whole 3d "runtime".

  import { Application } from 'https://unpkg.com/@splinetool/runtime@1.9.48/build/runtime.js';
const canvas = document.getElementById('canvas3d');
const app = new Application(canvas);
// ...

Pretty cool. I love the chunky matte effect, it reminds me of sea glass.