f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.74k stars 198 forks source link

Improve Windows Thumbnailer #797

Open mwestphal opened 1 year ago

mwestphal commented 1 year ago

Context F3D thumbnailer implementation on Windows rely on an old Windows standard which requires creating a F3D process every time, which is slow. There is a new standard for thumbnails on Windows that rely on sandboxing and would be much more efficient. We should use that standard.

Skills Needed

Is your feature request related to a problem? Please describe. Multiple users remarked that the Windows thumbnailers is not as efficient or as usable as it could be:

Doc

mwestphal commented 1 year ago

@jpouderoux your contribution would be very much appreciated here, especially if you remember why you had to use f3d executable to avoid the explorer crash :)

jpouderoux commented 1 year ago

@jpouderoux your contribution would be very much appreciated here, especially if you remember why you had to use f3d executable to avoid the explorer crash :)

Sorry, I just saw your comment. I will try to give a look at it later this week :)

mwestphal commented 1 year ago

Thanks a lot @jpouderoux ! Do not hesitate to reach out :)

BTW we have a discord now if thats your thing: https://discord.f3d.app

mwestphal commented 1 year ago

@jpouderoux did you had a chance to test with the OBJ or STL format since they support streaming now ?

mwestphal commented 8 months ago

@jpouderoux pinging again 🙏