Cinder-UI icon indicating copy to clipboard operation
Cinder-UI copied to clipboard

UI is a minimal & fast library that helps create Debug User Interface Controls

Results 5 Cinder-UI issues
Sort by recently updated
recently updated
newest added

Is there a way to change the font that's used to render the UI?

Hello, I need to be able to create and destroy UI elements on demand. To do so, I do something like this : `class ModuleUI { SuperCanvasRef rezaUi; public :...

Not quite sure if this is really a bug, but the documentation on the website indicates that there's some kind of a drop down list but I'm unable to find...

Thanks for the slick Cinder block. I've been playing around with it, and during runs I noticed that I get the following warning ``` |warning| cinder::gl::GlslProg::GlslProg(const cinder::gl::GlslProg::Format &)[608] Unknown attribute:...

Added Linux support to Cinder-UI. Tested with Cinder 0.9.1dev (android_linux branch) To use it in the app, edit your local cmake file and add: ``` set( BLOCKS ... Cinder-UI )...