#include "ofApp.h" int main() { ofSetupOpenGL(4080,768, OF_WINDOW); //ofSetupOpenGL(1536,288, OF_WINDOW); ofRunApp(new ofApp()); }