Meshdiff – visually compare two STL versions in the browser, client-side
11–20 of 26 posts
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#12- When uploading same file twice, you should warn about it like meld does (meld says: File /home/foo/Downloads/D_LED_3mm.obj is being compared to itself)
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#13With interest in this space you may be interested to check out:
- That Open Company in the BIM industry (not personally affiliated, but admirer). - Fovea ArchVision (also not directly affiliated, but can attest that the team are great people.)
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#14And maybe as a preview option between branches ?
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#15A nice feature to add could be a synchronized transform: when rotating one viewport the other two rotate along (optional).
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#16Re: Meshdiff – visually compare two STL versions in the browser, client-side
#17Ok so stl here is not standard template library. I was very confused for a minute.
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#18I 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 dif…
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#19Ok so stl here is not standard template library. I was very confused for a minute.