3D Drawing with PyQt6

Dov Grobgeld dov.grobgeld at gmail.com
Tue Dec 19 08:54:15 GMT 2023


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/0e8cd633/attachment.htm>


More information about the PyQt mailing list