Hello,
We currently have a catalog of 3D products developed using Verge3D and deployed on our website. Now, we need to port this catalog into a Windows Store App.
1) Can Electron be used to dynamically manage the content and provide offline access? For example, if a model is updated, we want the changes to automatically reflect in the published app. Additionally, we need users to be able to download products for offline use, ensuring the Windows app works without an internet connection.
2) Each product has its own separate Verge3D project. Is it possible to combine these projects into a single Windows app? Through a menu interface, users should be able to select a product, and the corresponding model should load accordingly.
Thanks.