rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
519 stars 197 forks source link

feature suggestion: Canvas Columns #192

Open dimitre opened 10 years ago

dimitre commented 10 years ago

It is not an important suggestion but I used to like it in ofxControlPanel. You could layout more things in the screen at once and save in XML all the set at once

sheridanis commented 10 years ago

+1 for this, I ended up writing a gui manager class so I could easily enable and disable all my gui's (7 columns) at once.

wasawi commented 10 years ago

Mr. Onishi has a very nice tabbed canvas that allows you to save/enable everything at once: https://github.com/YoshitoONISHI/ofxUITabbedCanvas

I have an example running here: https://github.com/wasawi/ofxUI/tree/example-TabbedCanvas