Skip to content

Instantly share code, notes, and snippets.

@julapy
Created November 11, 2011 02:21
Show Gist options
  • Save julapy/1356981 to your computer and use it in GitHub Desktop.
Save julapy/1356981 to your computer and use it in GitHub Desktop.
main test
#include "ofMain.h"
#include "EarthApp.h"
#include "EarthConstants.h"
#include "ofAppGlutWindow.h"
//========================================================================
int main( )
{
ofAppGlutWindow window;
ofSetupOpenGL( &window, screenOneRect.width, screenOneRect.height, OF_WINDOW );
ofRunApp( new EarthApp() );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment