Loading video...

Video Failed to Load

Go Home

Claude Fable 5.1 built a full browser embroidery editor in one HTML file with no Three.js, no WebGL and no shaders, rendering fabric pixel by pixel and thread in 6 passes including shadow, core color, twisted ply lines and highlights so it looks like actual floss. → Draw with...

40,628 views • 7 days ago •via X (Twitter)

5 Comments

Silent · Dev Tools's profile picture
Silent · Dev Tools7 days ago

Single-file, no Three.js, pixel fabric + multi-pass thread — that's a great stress test for vision+code agents. The interesting bit is whether the model kept layering constraints without melting the HTML into spaghetti.

AI Workflows for Creators's profile picture
AI Workflows for Creators7 days ago

“Built in under an hour” hides the real skill. Someone still defined the stitches, the limits, and what finished looks like. No brief = a demo you can’t reuse. Would you start with constraints, or just say “make an editor”?

American Operator's profile picture
American Operator7 days ago

One HTML file that renders fabric and thread in the browser. Finished artifact you can open and poke at — that’s the bar I care about.

vøv △'s profile picture
vøv △7 days ago

claude just out-embroidered my terminal setup. $BTC can't keep up.

Macro Bombastic's profile picture
Macro Bombastic7 days ago

zero knowledge and still shipped something real, tbh that's the part that gets me

Related Videos

I built a Three.js rendering study inspired by Tiny Glade’s painterly aesthetic, and got it running at 120fps in the browser. Over the past few weeks, I’ve been studying how stylized games achieve that soft, handcrafted look in real time. Tiny Glade was a huge inspiration, and I wanted to use the browser as a constraint: no compute shaders, no native GPU access, and single-threaded JavaScript. As part of this study, I implemented: - GPU-driven instanced brick walls with procedural noise jitter and elastic build animations - Tree, bush, and flower rendering with billboard card expansion, wind sway, and grow animations - Procedural grass with terrain conformance and interactive push deformation - Animated water with layered noise, interactive ripples, and Fresnel-based reflections - Procedural terrain with slope-aware triplanar materials, dirt paths, and rocks - A 7-pass post-processing stack with TAA, bloom, depth of field, painterly filtering, ACES tonemapping, 3D LUT color grading, and film grain The hardest part wasn’t writing any single shader. It was making all of these systems work together at high frame rates inside WebGL, where every millisecond counts and performance problems compound quickly across animation, materials, post-processing, and scene management. Some techniques in this study were inspired by analyzing Tiny Glade’s rendering approach, while others were original implementations built from scratch from visual reference. That contrast taught me a lot: recreating an effect is one challenge, but designing your own shaders and systems to achieve a similar feel is a very different one. This is a private educational rendering study. Some temporary placeholder content is being used during the research phase, and any public or production version would use original or properly licensed assets. Huge credit to Pounce Light for the incredible art direction and rendering work in Tiny Glade: Three.js #gamedev #webgl #threejs #rendering #graphics #realtimerendering #shaderdev

Ibrahim Boona

58,625 views • 5 months ago