On Wed, 23 Jan 2008 06:10:07 -0800 (PST)
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to