1 2 3 4 5 6
#include "ofApp.h" int main() { ofSetupOpenGL(1920,1080, OF_FULLSCREEN); ofRunApp(new ofApp()); }