Hi OFers …
Has anyone ever missed on ofxGui a Drop Down List or a Switch or a Text Input widgets ? Or a scroll bar on the ofxPanel …
I have taken a look at the code of ofxGui, but it’s use of templates is very confusing for my level of C++ … has anyone ever made any of these widgets for ofxGui ?
Would be nice to complete ofxGui with some main widgets that are present on most GUIs …
I’ve been using ofxUI also, but i found more intuitive and easy to develop with ofxGui (even it’s not so nice as ofxUI) …
Just if anyone could give some steps to undestand how to create as example a Drop Down List I would try to dive into it … but as i said, when i look at the nice code of ofxGui i feel like I’m not able to accomplish a clean code as i see there …
Has anyone started something like this before ?
Thanks a lot …