3D in PySide questions
Solved
Qt for Python
-
I want to make a standard 2D app but I need a portion of the window to be a 3D environment. Nothing major, just dragging and dropping, a camera, etc. I was originally going to use a more complex game engine like Ursina but I think that's too complex for my needs.
-
Hi,
You have both Qt's OpenGL module and Qt3D at your disposal for that.