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