Giter VIP home page Giter VIP logo

Comments (2)

demonlibra avatar demonlibra commented on June 19, 2024

https://help.nextcloud.com/t/thumbnails-preview-for-3mf-amf-obj-step-stl-x3d-files/158115/2

from files_3dmodelviewer.

kroko avatar kroko commented on June 19, 2024

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.

from files_3dmodelviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.