Skip to content

Instantly share code, notes, and snippets.

@arturoc
Created August 28, 2018 09:27
Show Gist options
  • Save arturoc/54ae5dc1e05c14efda6dd801843a09e6 to your computer and use it in GitHub Desktop.
Save arturoc/54ae5dc1e05c14efda6dd801843a09e6 to your computer and use it in GitHub Desktop.
#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