ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
317 stars 21 forks source link

Erbui GUI Editor #247

Open ohmtech-rdi opened 2 years ago

ohmtech-rdi commented 2 years ago

The current way to edit the UI in erbui is far from optimal. This is the feedback we have for the moment and how to address it:

Problems with erbui

What Users Want

Proposition: a GUI Editor

A GUI editor for erbui appears to be a good solution:

Ideally, the editor could be bootstrapped immediately, so an implementation in Python would be a good idea.

Tasks

ohmtech-rdi commented 2 years ago

Tkinter seems to be more made for automated flow of standard OS controls, which is at the opposite of what we want:

It seems that a relative analogy could be, with the web world:

So Tkinter might be still interesting for some operations, such as dividing the space.

Also Tkinter comes bundled with Python apparently, which is a huge plus.

But most likely we won't evaluate it really.