A GUI framework for running simulations

Martin Manns mmanns at gmx.net
Wed Jan 23 15:56:26 EST 2008


On Wed, 23 Jan 2008 06:10:07 -0800 (PST)
"ram.rachum at gmail.com" <ram.rachum at gmail.com> wrote:

> Hello! I am currently working on writing a simulation engine for
> special relativity physics. I'm writing it in Python, of course. I'm
> doing fine with the engine, but I want a GUI framework in which I
> could use it conveniently, and test different setups on it. I'm not so
> strong with GUI programming. I looked at Tkinter, I looked at
> WxPython, I looked at PythonCard. It all looks pretty daunting.

If you want to keep things simple, pygame could be an alternative for
visualizing simulations and setting parameters even though it does not
provide all these fancy widgets around.

Martin



More information about the Python-list mailing list