This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add debug UI #3
Comments
pls elaborate |
kevinmeyvaert
added a commit
that referenced
this issue
Dec 10, 2016
// MARK: - Initialise debug interface
gui.setup();
gui.add(slider.setup("size offset", 0.5, 0, 1.0));
…
// MARK: - Draw debug interface
// Use size offset to compensate beamer distance
gui.draw(); /* - ofxGui - */
#include "ofxGui.h"
…
ofxPanel gui;
ofxFloatSlider slider; |
thibmaek
added a commit
that referenced
this issue
Dec 10, 2016
@kevinmeyvaert fixed in latest commit |
@kevinmeyvaert reclone this project to the following filepath: You can set |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: