Top
Best
New

Posted by projscope 9 hours ago

Meshdiff – visually compare two STL versions in the browser, client-side(meshdiff.com)
150 points | 15 commentspage 2
ionwake 7 hours ago|
cool thanks
projscope 9 hours ago|
I built Meshdiff because clients keep sending me part_v3_FINAL.stl and I have no quick way to see what changed.

Drop two STL/3MF/OBJ files → voxel diff renders in your browser. Green = added material, red = removed. Adjustable tolerance (0.05–1mm). Volume delta metrics.

Privacy first: zero upload to any server. Everything runs client-side in a Web Worker.

Stack: React + TypeScript, React Three Fiber, custom voxel diff engine. No Manifold/CGAL — those assume clean CSG topology; real-world STLs are triangle soup.

If you work with 3D prints, try breaking it with your weirdest files. Real-world meshes are chaos and I need the stress test.

croemer 8 hours ago|
From https://news.ycombinator.com/item?id=22336638:

> Don't have your username be that of your company or project. It creates a feeling of using HN for promotion and of not really participating as a person. You don't have to use your real name, just something to indicate that you're here as a human, not a brand. If you'd like to change your username, email hn@ycombinator.com.

Your projscope website cuts off text on mobile as it's completely unresponsive.