Hacker News new | ask | show | jobs
by nilslindemann 1332 days ago
PureData has a very outdated looking GUI. Actually, it even looks as if the elements are rendered wrong. This has always driven me away from using it. This new thing has a much more pleasant looking GUI. Promising.
3 comments

My issue with the PureData UI was that it was a RSI factory. Constantly having to precisely mouse-drag connections between the teeny-tiny ports on the objects:

https://puredata.info/docs/wiki_doc_Images/StartHere/oscMult...

This is also really bad from an accessibility standpoint, and one of the reasons (though there are a few more) I started working on this project.
FWIW, there is a current effort of rewriting the GUI backend to move away from Tcl/Tk and allowing alternative GUI implementations. It will take some time though.

Personally, my main problem with the current Tcl/Tk GUI is that it's also painfully slow...

Have you looked at PurrData, an Electron-based GUI?