1 2 3 4 5 6 7
#include "ofApp.h" int main() { ofSetupOpenGL(4080,768, OF_WINDOW); //ofSetupOpenGL(1536,288, OF_WINDOW); ofRunApp(new ofApp()); }