ofxDatGui icon indicating copy to clipboard operation
ofxDatGui copied to clipboard

Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks

Results 21 ofxDatGui issues
Sort by recently updated
recently updated
newest added

Hello, i need big Dropdown button in buttom of my app for clicking with fingers I write this code for testing but ``` std::vector options = {"ONE", "TWO", "THREE", "FOUR"};...

Been having issues getting datGUI to display non pixelated in my own apps compared to the examples. The window resolutions match and comparing code with the examples everything looks fine....

If you set OF_RECT_MODE_CENTER as part of your drawing, and don't reset to OF_RECT_MODE_CORNER or use a push/popStyle around it then the UI draws incorrectly, with the background being drawn...

In addition to sliders working with ofParameter, here's a boolean toggle version...

Is there any plan to support for iOS in the future? From a quick try I ran into bunch of errors, mostly regard to problem with openGL

feature request

I am using [ofxWin8Touch](https://github.com/nneonneo/ofxWin8Touch) addon for touch events on Windows10. I can use a GUI elements using mouse but cannot using touches. Is there any way to use ofxDatGui with...

feature request

hey , there's any chance to freeze the plot graphs?

feature request

Hi, So I notice that if I start an app in my external display and I move it to my macbook retina display the GUI moves to a different position...

Is there any reason data binding is limited to sliders? It is super useful and I did a quick implementation for the button as well but if it's in the...

feature request