From d96c5943f817e63be4a3edb6ed3dfd33b919bd7a Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 21 Mar 2017 22:10:44 +0000 Subject: initial commit --- menuApp/src/main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 menuApp/src/main.cpp (limited to 'menuApp/src/main.cpp') diff --git a/menuApp/src/main.cpp b/menuApp/src/main.cpp new file mode 100644 index 0000000..dfd29a5 --- /dev/null +++ b/menuApp/src/main.cpp @@ -0,0 +1,14 @@ +#include "ofMain.h" +#include "ofApp.h" + +//======================================================================== +int main( ){ + + ofSetupOpenGL(1080*FACTOR, 1920*FACTOR,OF_WINDOW); // <-------- setup the GL context + + // this kicks off the running of my app + // can be OF_WINDOW or OF_FULLSCREEN + // pass in width and height too: + ofRunApp( new ofApp()); + +} -- cgit v1.2.3