ofxDatGui
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
Here an simple open frameworks example how to use it ofApp.cpp: ************************************************************* #include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup() { myGui = new ofxDatGui(ofxDatGuiAnchor::TOP_RIGHT); myGui->enableFboMode(true, ofGetWidth(), ofGetHeight()); for (int i = 0;...