Live data from Hacker News

Show HN: 3D model file thumbnails for Windows Explorer

github.com

11–20 of 28 posts

Re: Show HN: 3D model file thumbnails for Windows Explorer

#18

Entering a new era when something written in rust can be on HN without saying "written in Rust".

You're not wrong, but every time someone omits "written in Rust", someone comments about how great it is that people don't add that to the title anymore.

Re: Show HN: 3D model file thumbnails for Windows Explorer

#19
I don't really have a lot of 3D models to view, but I did find it interesting to see how well the Windows API crate for Rust integrates with the COM stuff that Microsoft likes to use for these APIs. It's farf from trivial, but it's quite clear code to read and doesn't require too much language hacking. I've never thought it would be this easy to extend the Windows shell with anything other than C(++)!

Re: Show HN: 3D model file thumbnails for Windows Explorer

#20
FWIW it would be nice for the README to link to both Filament and Assimp, since they're doing quite a bit of the heavy lifting here.

Also because, in the case of Assimp, it supports a lot more formats than you list. However even for the listed formats, it has several issues. Especially for reverse engineered formats, which might not be an intuitive thought for many users who don't know what's backing this.

Post reply on HN