summaryrefslogtreecommitdiff
path: root/glitcher2/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-12-18 23:30:14 +0000
committerTim Redfern <tim@getdrop.com>2022-12-18 23:30:14 +0000
commit493d6151ee284b5cfa136b88793498d7d9a59051 (patch)
tree840160bc94ec89297597617adc352b10d065b9cc /glitcher2/src/main.cpp
parent36a3cf9cf6206a4be7021f980da51c89229dc8c7 (diff)
standalone of10 versionmain
Diffstat (limited to 'glitcher2/src/main.cpp')
-rw-r--r--glitcher2/src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/glitcher2/src/main.cpp b/glitcher2/src/main.cpp
new file mode 100644
index 0000000..d77aea4
--- /dev/null
+++ b/glitcher2/src/main.cpp
@@ -0,0 +1,6 @@
+#include "ofApp.h"
+
+int main() {
+ ofSetupOpenGL(512,384, OF_WINDOW);
+ ofRunApp(new ofApp());
+}