view main.mm @ 49:178642d134a7 tip

xtra files
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 01 May 2013 17:34:33 +0100
parents 0d3a993405e4
children
line wrap: on
line source
#include "ofMain.h"
#include "testApp.h"



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