Skip to content

thumbnail generator for 3d files would be great. #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
olituks opened this issue Mar 4, 2023 · 2 comments
Open

thumbnail generator for 3d files would be great. #6

olituks opened this issue Mar 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@olituks
Copy link

olituks commented Mar 4, 2023

Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@olituks olituks added the enhancement New feature or request label Mar 4, 2023
@demonlibra
Copy link

@kroko
Copy link
Member

kroko commented Mar 24, 2023

Based on experience, without much looking into it my first response is that it can be bone.

  1. Given that it is expensive (especially 2.B. mentioned below), IMHO that should come together with settings pane to toggle behaviour (apps can have publish settings under settings/admin/, save them in DB etc.)
  2. It begs the question - do you see that thumbnails are generated for (A) files that have been opened using this app at least once or (B) for any/all files.
    A The first would use context / buffer that is created in browser when opening file to get pixels back to CPU and save it to thumbnail data.
    B The second IMHO should be implemented via server side head/browserless texture rendering (albeit maybe one could hijack browser when opening directory and do client side offscreen thumbnail generation that IMHO would stall the browser and thus I do not take this option seriously), that I have some experience with, but in node.js world. I feel hesitant about idea of PHP + client-side HTML5 app with attached background node.js daemon, also, given that I see more direct enhancements that this app needs https://github.com/WARP-LAB/files_3dmodelviewer#todo.

Idea itself is logical 😄 2.A. is smth that I might look into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants