Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Add debug UI #3

Open
thibmaek opened this issue Dec 8, 2016 · 4 comments
Open

Add debug UI #3

thibmaek opened this issue Dec 8, 2016 · 4 comments
Assignees

Comments

@thibmaek
Copy link
Owner

thibmaek commented Dec 8, 2016

No description provided.

@kevinmeyvaert
Copy link
Collaborator

pls elaborate

kevinmeyvaert added a commit that referenced this issue Dec 10, 2016
@thibmaek
Copy link
Owner Author

// 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
Copy link
Owner Author

@kevinmeyvaert fixed in latest commit

@thibmaek thibmaek self-assigned this Dec 10, 2016
@thibmaek
Copy link
Owner Author

@kevinmeyvaert reclone this project to the following filepath: of_v0.9.8_osx_release/apps/myApps/lumihoop-socket/lumihoop (or ../../../ looking at it relatively). Then just run of develop branch and everything should work.

You can set debugMode to false or true in the ofApp::setup() method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants