From 64c89ab53447a004002ec0b0db94fd0a1e632cf6 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 28 Jan 2018 22:20:49 +0000 Subject: POC driver --- ofxHelios/example/src/main.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ofxHelios/example/src/main.cpp (limited to 'ofxHelios/example/src/main.cpp') diff --git a/ofxHelios/example/src/main.cpp b/ofxHelios/example/src/main.cpp new file mode 100644 index 0000000..fc3ded3 --- /dev/null +++ b/ofxHelios/example/src/main.cpp @@ -0,0 +1,12 @@ +#include "ofMain.h" +#include "ofApp.h" + +//======================================================================== +int main( ){ + ofSetupOpenGL(1024,1024,OF_WINDOW); + // this kicks off the running of my app + // can be OF_WINDOW or OF_FULLSCREEN + // pass in width and height too: + ofRunApp( new testApp()); + +} -- cgit v1.2.3