I’m actually looking for some reasons to use https://github.com/rezaali/ofxUIor to mix ObjectiveC with nib files & OF as we can see in the iPhoneGuiExample
Using ObjectiveC and Views, it is interesting but in my case, here are my needs:
design my own UI elements (unusual sliders, 3 states buttons etc)
design customized transitions between “views” (I mean, between the differrent screen of my app I mean)
any leads? opinions? experiences ?
I’m interested by your words
I made a couple classes for handling views (what I call Layers) in openframeworks…I haven’t released it online yet. Each View aka Layer is like a testApp…you can have multiple layers running, or just one (which then makes my add a pseudo state machine).
Keep in mind a transition is just a view that goes from one view to another view…which is easily done with “ofxLayers”…
Each Layer can have its own gui (ofxUICanvas).
What is the nature of the app? Also there is ofxStateMachine (which is similar).
I’m now ok with your nice UI kit.
It works very fine with iOS stuff.
I’d like to customize them a bit, maybe make some circular faders…
Layers would be perfect.
The app is a sound application, very light.
I’ll need to have different panels + 1 playground where the action will happen.
I’d like to implement the panel as views that would come “over” the playground.
the playground would have 3 buttons at the bottom.
I push one, then the view 1 appears over the playground.
the view is a bit translucid (we can see the playgroun) then I can change parameters with sliders etc
if I push another button in the views, I can change the view
I can also close the current view to retrieve my playground and interact with it.
ofxLayers is the couple of classes you talk about or is it another implementation ?
I’m very interested.
the circular fader I have in mind is basically a liner one, but not linear.
it could be drawn as a circle portion (I mean, it could mathematically described as radius, startAngle, EndAngle)
(5, PI/2, PI) would be the upper left part of a circle divided in 4.
position PI could be 1. or 0., as PI/2
About Layers, I guess it could answer to what I’m trying to do no?
about ui, I can sketch you something on tomorrow. (I mean, a drawing for now. a bit later, maybe I’ll add some stuff to your so powerful kit)
about layers, please, don’t talk about objectiveC and pure ios stuff
kidding, of course
ok I totally got it.
I guess I’ll use it and maybe, it could be interesting for you if I use it in a “real life” project, making feedbacks etc…
Let me know