Design & build · 2026
Tipsy Configurator.
Configure a 3D truck and design a parametric badge you can export to STL for printing.
React Three FiberManifold (WASM CSG)Web Workersthree-stdlib (STL)Vite
The problem
Parametric 3D + manufacturing output is one of the most commercially valuable 3D skills. I wanted to show real constructive-solid-geometry, not just materials.
The approach
An R3F product configurator alongside a parametric badge built with Manifold (boolean CSG) running in a Web Worker so heavy geometry never blocks the UI, then exported to STL via three-stdlib for 3D printing.
The outcome
A toy that quietly proves the hard part: real CSG, off-main-thread WASM, and a manufacturable mesh export.