wxpython or PyQT to make a simulink clone ?

R

Robert Kern

I would like to make a software like simulink:
http://www.mathworks.com/cmsimages/sl_mainpage_wl_7488.gif

using python.
In order of bulding the interface (drag&drop block, link system between
the blocks, run the simulation, double click on a block to open its
properties, ...) which library will make my job easyer, PyQT or
WxPython ?

wxPython has OGL which provides part of such an interface.

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 
P

Pierre Schnizer

I would like to make a software like simulink:
http://www.mathworks.com/cmsimages/sl_mainpage_wl_7488.gif

using python.
In order of bulding the interface (drag&drop block, link system between
the blocks, run the simulation, double click on a block to open its
properties, ...) which library will make my job easyer, PyQT or
WxPython ?


VIPER is perhaps the tool to look for
http://www.scripps.edu/~sanner/python/viper/index.html
Here the presentation at SciPy:
http://www.scipy.org/documentation/Workshops/SciPy02presentations/sanner_viper.pdf
There where some rumours that it will be released under some free License, but
I never heared anything about that.


I did myself a very simple visual interface based on some work of Matt
Kimball. See http://truffaldino.sf.net
Here I concentrated on all the stuff behind and on the simulation stuff. This
uses wxPython for the graphical interface. That could be perhaps a starting
point if you want to do something on your own. In my belief you would have to
make it far more eyecandy ...

Hope that helps a bit.
Pierre
 
C

cravephi

thank you,

I checked viper, but the license is not so simple..
I am testing your truffaldino !
seems interesting, but I could not launch it.
I am running:
Python 2.3
wxpython 2.6 (for python 2.3)
I installed mtalib, Truffaldino, Smeraldina and nodenet.
Also installed DSV and pygsl-0.3.1_Numeric.win32-py2.3.exe

Then, I launch /smeraldina/gui/wxsmeraldina

but, nothing ..
I do not have error messages. it could import all the modules.

Can you please help me ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top