Docs 0.11.0

ofDocsexamples gl billboardExample src main.cpp

Sources

src main.cpp src ofApp.cpp src ofApp.h

Comments

See also

documentationofRectangle
documentationofTrueTypeFont::glyph
documentationgtxvector_angle (functions)
documentationgtxeuler_angles (functions)
documentationglm::vec4
documentationglm::vec3
documentationglm::vec2
documentationglm::vec1
documentationglm::quat
documentationglm::mat4x3
documentationglm::mat4x2
documentationglm::mat4
documentationglm::mat3x4
documentationglm::mat3x2
documentationglm::mat3
documentationglm::mat2x4
documentationglm::mat2x3
documentationglm::mat2
documentationglm
documentationgl
documentationofxToggle
guidesSingleboard-Pandaboard
guidesSingleboard-Armv7
guidesSingleboard-Armv7-ko
examplesrectangleAlignmentAndScalingExample
examplesgles
examplessingleLightExample
examplesglewOutput.h
examplesglewOutput.cpp
examplesglInfoExample
openframeworksofRectangle.h
openframeworksofRectangle.cpp
openframeworksgl
addonsofxToggle.h
addonsofxToggle.cpp
#include "ofMain.h"
#include "ofApp.h"

//========================================================================
int main( ){

	ofSetupOpenGL(1024,768, OF_WINDOW);			// <-------- setup the GL context

	// this kicks off the running of my app
	// can be OF_WINDOW or OF_FULLSCREEN
	// pass in width and height too:
	ofRunApp( new ofApp());

}