Re: [Interest] Qt WebEngine and Qt WebView User Survey

2025-02-15 Thread Michael Jackson
Well, For us, something that is *not* GPL which was the problem for our application and license**. I would love to have used Qt3D, QtCharts but the GPL made that impossible. We use VTK for our 3D and 2D visualization needs. **I understand from a business perspective *why* those licenses are th

Re: [Interest] Qt WebEngine and Qt WebView User Survey

2025-02-15 Thread Andy
Volker: I investigated a bunch of options: OpenSceneGraph (or VulkanSceneGraph), bgfx, sokol, and Magnum. Magnum seems to fit my use-case: https://github.com/mosra/magnum Don't love all the templating, but otherwise I like it so far. Easy to integrate as a QOpenGLWidget & I think it provides

Re: [Interest] Qt WebEngine and Qt WebView User Survey

2025-02-15 Thread Volker Enderlein
Hi Andy, Out of curiosity, what new or boring technology are you migrating your Qt3D to? Cheers, Volker Am 14.02.2025 um 16:00 schrieb Andy: Thanks Mike. I was actually doing something similar and moved away from it in favour of (more) self-containment! :-) I did have some success at mak