Created
August 28, 2018 09:27
-
-
Save arturoc/54ae5dc1e05c14efda6dd801843a09e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ofMain.h" | |
#include "ofApp.h" | |
//======================================================================== | |
int main(){ | |
ofGLESWindowSettings settings; | |
settings.setGLESVersion(2); | |
ofCreateWindow(settings); | |
ofRunApp(new ofApp); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment