» Tag
cad
4 postsFreeCAD Ported to the Browser: 2.2M Lines of CAD via WASM
Following LibreCAD and OpenSCAD, FreeCAD has been ported to WebAssembly. In four days, the Fable agent used JSPI, a custom Qt build and a WebGL2 shim to fit a massive CAD kernel into the browser.
Skipping OOP: A 3D Editor Built on Spreadsheet Cells
An engineer explains why he ditched classic OOP for a spreadsheet-like cell and program model while building a maintainable 3D mesh editor.
Forge3D Spaces: Text-to-3D Building CAD Running in the Browser
Forge3D Spaces converts text prompts into 3D buildings in-browser using an LLM-to-solver pipeline, WebGPU fallback, and real-time CSG wall cutting.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comDiagnosing a Broken STL File: Union-Find and SDF Rebuilds
Explore how to diagnose and repair broken 3D files using the MeshRefinery tool.