pyqt5qt3d

Does PyQt5 support Qt3D?


I'm pretty new with PyQt, but I just upgraded to the version 5 expecting that I could use the Qt3D (that is available with Qt5), but when I've tried to import the module it always says "Unresolved reference to Qt3d". So I've searched in the PyQt documentation and there is no reference of the Qt3D module, because of that I want to know:

(I thought about vPython, but I couldn't figure it out how to import from another file)


Solution

  • Update: As ekhumoro pointed out, there is in fact support for it. See https://www.riverbankcomputing.com/software/pyqt3d/intro

    Doesn't seem to be the case, at least not yet.

    On 23 Mar 2016, at 11:47 pm, Miguel Alejandro Fernandez wrote:

    in the next version 5.6 include support for 3D libraries?

    It won't be in PyQt v5.6. It might be in PyQt v5.6.1 if the documentation has improved.

    Phil

    From https://riverbankcomputing.com/pipermail/pyqt/2016-March/037147.html

    You could try using VTK