3D Drawing with PyQt6

John Thornton dev at gnipsel.com
Tue Dec 19 15:41:06 GMT 2023


Thanks, I did a search with pyqt and opengl and found an old PyQt4 
tutorial and ported that to PyQt5 and got that to work so now I'll port 
that to PyQt6 and see if I can make that work for me.

JT

On 12/19/23 02:54, Dov Grobgeld wrote:
> You can always turn a path into several (overlapping) solids, e.g. by 
> drawing each line segments by two spheres and one one cylinder. 
> Another option is to us the more low level OpenGL interface in PyQt6 
> (or Qt for Python).
>
> Regards,
>
> On Mon, Dec 18, 2023 at 8:24 PM John Thornton <dev at gnipsel.com> wrote:
>
>     Is it possible to do 3D line and arc drawing in PyQt6?
>
>     I want to draw a path from XYZ data.
>
>     I looked at QtQuick3d and it seems like it's only for solids but I
>     may
>     be wrong.
>
>     Thanks
>     JT
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20231219/88ec5be6/attachment.htm>


More information about the PyQt mailing list