MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / main

Function main

DurationRemote/src/main.cpp:5–10  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

3
4//--------------------------------------------------------------
5int main(){
6 ofAppGlutWindow window; // create a window
7 // set width, height, mode (OF_WINDOW or OF_FULLSCREEN)
8 ofSetupOpenGL(&window, 1024, 768, OF_WINDOW);
9 ofRunApp(new testApp()); // start the app
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected