1 2 3 4 5 6 7 8
#include "ofMain.h" #include "testApp.h" int main(){ ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context ofRunApp(new testApp); }