view main.mm @ 45:c2fffc8ea84d

10 timbre params.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 23 Apr 2013 18:29:55 +0100
parents df7c08faf541
children 0d3a993405e4
line wrap: on
line source
#include "ofMain.h"
#include "testApp.h"

Grid theGridView; // global because it saves PAIN

int main(){
    //ofAppiPhoneWindow * iOSWindow = new ofAppiPhoneWindow();
    //iOSWindow->enableAntiAliasing(2);
    //iOSWindow->enableRetinaSupport();
    
	ofSetupOpenGL(1024,768, OF_FULLSCREEN);			// <-------- setup the GL context
	ofRunApp(new testApp);
}