GUI Designer[s]

Ben Finney ben+python at benfinney.id.au
Mon Jun 26 00:29:50 EDT 2017


Edward Montague <quintin9g at gmail.com> 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 bring in a third-party distribution for that.

> constructed through a GUI Designer ; preferably with quality
> approaching or exceeding that of MayaVI2.

I haven't used Blender <URL:https://www.blender.org/> for a separate
Python program, but I know that people like its Python API
<URL:https://docs.blender.org/manual/en/dev/advanced/scripting/introduction.html>.

-- 
 \           “Most people are other people. Their thoughts are someone |
  `\          else’s opinions, their lives a mimicry, their passions a |
_o__)                   quotation.” —Oscar Wilde, _De Profundis_, 1897 |
Ben Finney




More information about the Python-list mailing list