Conversation
…o refactor-gui Conflicts: addons/ofxGui/src/ofxGuiGroup.cpp addons/ofxGui/src/ofxGuiGroup.h
Conflicts: libs/openFrameworks/types/ofParameter.h
…en resizing child controls in sizeChangedCB
…parate functions to simplify inheritance
…g in separate functions to simplify inheritance
… to create opaque groups
|
@tpltnt I tested this using a pretty complex scenario and found some flaws that had to be addressed. We did this in a Berlin meet-up a few weeks ago and made a plan (~ http://piratepad.net/oWFWVyvdb9) So it might take a little longer to complete this. @arturoc the json lib isn't part of the core yet, is it? |
|
re: json this library seems promising: |
|
Jepp, I think that's the one we talked about :) |
|
yes that's the one we are going to include i think the syntax is really nice so we don't even need to wrap it or anything just have it there so we give support for json in the core and addons. @tpltnt we are on a patch only release cycle right now: https://github.com/openframeworks/openFrameworks/milestones/0.9.1 once the remaining issues are closed we'll release 0.9.1 and then we can begin to merge the PRs milestoned for 0.10 like this one. in general take a look at the milestoned bugs to see what's scheduled for the current release cycle |
…setup(string) [probably there is a better way]
gui input field
|
what is left to do to merge this pull request? |
|
TODO:
There are more requests and enhancements but they will not be part of this PR. The aim of this PR is to provide a gui that is highly extensible and to apply this extensibility by adding more controls and containers. |
|
+1 |
Refactored ofxGui version with new controls, layouts, options..