MCPcopy Create free account
hub / github.com/braitsch/ofxDatGui / main

Function main

example-ColorPickers/src/main.cpp:5–13  ·  view source on GitHub ↗

========================================================================

Source from the content-addressed store, hash-verified

3
4//========================================================================
5int main( ){
6 ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
7
8 // this kicks off the running of my app
9 // can be OF_WINDOW or OF_FULLSCREEN
10 // pass in width and height too:
11 ofRunApp(new ofApp());
12
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected