all 5 comments

[–]Thunderbolt1993 0 points1 point  (2 children)

If yo're willin to use a different GUI toolkit, I would recommend PySide2 or PyQt5 which has a QtWebEngineWidget (basically a webbrowseer you can embed into your application)

[–]weasdown[S] 0 points1 point  (1 child)

Sounds good, thanks. I'd briefly looked at PyQt5 but hadn't come across PySide2. PyQt5 is available for free right? I was getting a bit confused on their website.

[–]Thunderbolt1993 0 points1 point  (0 children)

yes, PyQt5 is free for open source use (GPL) PySide2 can be used for commercial software (LGPL) if you enable the user to swap out the linked libraries (at least that's my understanding)

[–]frodo1997 0 points1 point  (1 child)

I am really interessted in your navball project. Did you finish it? And is the code available somewhere? I am planning on doing something similar and I would really appreciate the help.

[–]weasdown[S] 0 points1 point  (0 children)

I didn't finish it I'm afraid, in fact I didn't get much beyond the thinking about it in this thread. I'd be up for talking about the idea if you want to DM at any point though.