Meshdiff – visually compare two STL versions in the browser, client-side
21–30 of 31 posts
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#22Re: Meshdiff – visually compare two STL versions in the browser, client-side
#23Re: Meshdiff – visually compare two STL versions in the browser, client-side
#24I 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…
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…
Will look into mobile scalability issue with projscope.com
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#25A 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
#26Looks handy. Feature suggestion: locked views so all three viewports rotate together.
Had the same wish after one second of rotating one pane. Another thing that came to my mind quickly, whether it would be possible that for one object whose dimension was changed, for instance it was enlarged/shrinked in the x axis by x millimeter, to just highlight those x millimeter of difference. Similar for rotation and shift. Anyway, cool!
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#27Re: Meshdiff – visually compare two STL versions in the browser, client-side
#28- Multi group objs are ignored, I only see first group. - 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
#29Suggestion: add more than one demo. The default demo right now is a little un-interesting, I'd love to be able to swap that out for a few other ones that show more complex objects.
Re: Meshdiff – visually compare two STL versions in the browser, client-side
#30I was thinking this would be doing a diff between clang, GCC and MVSC implementations of the C++ STL library.