sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.29k stars 633 forks source link

embed the simulation in a PyQt / QML app? #518

Closed eMPee584 closed 3 years ago

eMPee584 commented 3 years ago

A PyQt app could be styled more flexible and could use system libraries instead of rotten electron.. Especially replacing the current menu with a responsive grouped tabbar would be mighty awesome :rainbow: .. Libreoffice has a few nice toolbar layouts to zap through.. I really like the notebookbar setting and think this could boost usability quite a bit..

pfalstad commented 3 years ago

It would have to be rewritten in python, wouldn't it?

eMPee584 commented 3 years ago

several possibilities I think.. one way would be a qtwebengine embedded view controlled via JS / DOM interaction.. :man_shrugging:

eMPee584 commented 3 years ago

[..] .. but I ain't gettin eclipse for this now 😯🧟‍♂️ ⏳ could you maybe pleease upload a zipped release of the compiled app? : )

pfalstad commented 3 years ago

You can download the offline version here: http://www.falstad.com/circuit/offline/

eMPee584 commented 3 years ago

thanks.. yeah cool I had found that in the meantime, will include in our https://schulstick.org/ live distro.. for now as electron app.. I'll have another look into embedding it in a PyQt app.. Best regards!