#include "ofApp.h" int main() { ofSetupOpenGL(1500,800, OF_WINDOW); ofRunApp(new ofApp()); }