1 2 3 4 5 6
#include "ofApp.h" int main() { ofSetupOpenGL(1600, 900, OF_WINDOW); ofRunApp(new ofApp()); }