Have you realized that the official editor can already be used with electron? Just run npm install and then npm run editor in the main directory of the repository. Maybe you can use this implementation as an orientation for your own project.
@GlifTek Sorry, I’m not familiar with Qt5. I also think that your question is way too broad. I mean you are asking if a C++ library “works” with a JavaScript based WebGL scene editor. TBH, I don’t understand the relation between both things…
Hi, yeah sorry, I’m just becoming familiar with qt5 myself. The reason I brought that up was because I had just been reading about this new library made for Vue to use Qt to make desktop apps, Vue node gui, and there was much discussion about comparing qt5 to electron.
I know there are Vue/three.js APIs so I guess I’m looking for a similar way as you described above to streamline the editor-Vue-qt process, as one would with electron.