- Home /
Question by
JingleSpells · Oct 17, 2020 at 09:00 PM ·
applicationtoolspythonprogramembedding
How to embed Unity3D into a PyQt window
Hi everyone !
Does anyone here ever tried to embed a Unity3D exe into a PyQt window ?
I'm building a 3D tool for our production and while I'm willing to use all Unity's rendering features to help me build it, I find way more convenient to use PyQt to build application GUI's.
We have a lot of tools already built with PyQt, could help unifying it all, and not forgetting that maya runs also on PyQt and I could find a lot of benefits by being able to achieve this. But I don't know if it is even feasible nor where to start. Any ideas / references ?
Comment