Mercurial > hg > soniczoomios
annotate main.mm @ 15:e45c3e631d20
View fiddling
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Jan 2013 13:01:19 +0000 |
parents | 307e5fb699fb |
children | df7c08faf541 |
rev | line source |
---|---|
rt300@0 | 1 #include "ofMain.h" |
rt300@0 | 2 #include "testApp.h" |
rt300@0 | 3 |
rt300@0 | 4 Grid theGridView; // global because it saves PAIN |
rt300@0 | 5 |
rt300@0 | 6 int main(){ |
rt300@0 | 7 ofSetupOpenGL(1024,768, OF_FULLSCREEN); // <-------- setup the GL context |
rt300@0 | 8 ofRunApp(new testApp); |
rt300@0 | 9 } |