masfaraud / BMSpy

Python Block-Model Simulator. An alternative to simulink in python.
GNU Lesser General Public License v3.0
221 stars 36 forks source link

GUI idea #11

Open gerazov opened 6 years ago

gerazov commented 6 years ago

Hey man - great work! If you ever go into a GUI thing here's an awesome project with a beautiful GUI that you can use - Orange Data Mining https://orange.biolab.si/

Keep up the good work! Branko

isman7 commented 6 years ago

Hello! I've just landed here and discovered this project and @biolab orange. I will give a shot to both of them. In order to expand this idea, the first feasible integration could be a widget/add-on definition inside Orange as a BSMpy parser... https://github.com/biolab/orange3-example-addon

I'll try to work a little bit here,

Ismael

masfaraud commented 6 years ago

Waiting for the PR then ;)

ProfFan commented 6 years ago

Personally I think pyqtgraph is a feasible and easy solution to a block-diagram thing.

SalahEddineGhamri commented 5 years ago

Hello

Is there any development concerning this subject ?!

Cheers

simon-zumbrunnen commented 5 years ago

My proposal would be something like this: https://github.com/projectstorm/react-diagrams and a websocket API. This would make realtime collaboration and such easier. (I know this vision is a little far from reality) But I don't have the ressources or the competence to do something like that. ;-)

simon-zumbrunnen commented 5 years ago

BTW I just stumbled across this: https://github.com/paceholder/nodeeditor It's based on Qt and there are python bindings for Qt. (matplotlib uses Qt as well)