From d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 30 Jan 2018 00:35:30 +0000 Subject: much progress --- ofxHelios/example-circles/src/main.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ofxHelios/example-circles/src/main.cpp (limited to 'ofxHelios/example-circles/src/main.cpp') diff --git a/ofxHelios/example-circles/src/main.cpp b/ofxHelios/example-circles/src/main.cpp new file mode 100644 index 0000000..fc3ded3 --- /dev/null +++ b/ofxHelios/example-circles/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