On 06/26/2017 05:11 AM, Igor Korot wrote:
> Take a look at OpenGL and its wx implementation.
Or PyQt5 with its integrated OpenGL support. Alternatively, there's
QtQuick and its own OpenGL scene management system.
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
On Mon, Jun 26, 2017 at 12:29 AM, Ben Finney wrote:
> Edward Montague writes:
>
>> I'd like to eventually have 3D graphics within an application
>
> For that requirement, your application will need to make use of a
> library for presenting and interacting with 3D objects.
>
> To my knowled
Edward Montague writes:
> I'd like to eventually have 3D graphics within an application
For that requirement, your application will need to make use of a
library for presenting and interacting with 3D objects.
To my knowledge there is no such thing in the standard library, so
you'll need to b