Hi!  I would like to create a GUI that interacts with PyMOL.  What I'm
thinking of doing is running PyMOL to visualize a molecule and then create a
GUI that interacts with the visualization, such as draw new objects, add
labels, etc.

How would I go about extending PyMOL with new GUIs (using wxPython)?

Take as a toy example, I want to create a GUI that is a little frame with a
slider in it.  As the slider is dragged right/left, more or less random
spheres will be drawn into the visualization area, or maybe it'll adjust
their radius.

Ultimately what I'm hoping to do is to start up a GUI within Python that
will decorate the molecule with addition objects.  The GUI will allow the
objects to customized (like setting their color, size, etc.).

Thanks!
Mike


Reply via email to