On 12/8/25 18:37, Miller Puckette via Pd-dev wrote:
To Pd dev -
I just pushed a 'gtk' branch to github for everyone's joy and delectation :) I think this idea was very much annoying to Christof and perhaps others. My strategy is to simplify the tcl commands coming out of Pd to the point that they're easy to parse and carry out in other environments.
that's cool and into the ™right™ direction :-) it would also allow us to do more nifty things for pure Tcl/Tk based GUI, like using "virtual colors" (e.g. "foreground" rather than "#000")
Note that this is only possible because the GUI itself is extremely 'thin'
true for the actual patch drawing. obviously more complex features of the GUI (think "deken") still need re-implementing.
gdasrm IOhannes