Skip to content

Instantly share code, notes, and snippets.

- ofBuffer(const string &text) from ofBuffer
- void setReadOnly(bool readable=true) from ofFile
- void setReadOnly(bool readable=true) from ofDirectory
- ~ofThread() from ofThread
- Poco::Thread * getCurrentPocoThread() from ofThread
- Poco::Thread & getPocoThread() from ofThread
- const Poco::Thread & getPocoThread() from ofThread
- bool isMainThread() from ofThread
- ostream & operator<<(size_t n) from ofColor_
- istream & operator>>(size_t n) from ofColor_
- line to ofBuffer::RLine
- _current to ofBuffer::RLine
- _rbegin to ofBuffer::RLine
- _rend to ofBuffer::RLine
- _rbegin to ofBuffer::RLines
- _rend to ofBuffer::RLines
- token to ofEventListener
- listeners to ofEventListeners
- seconds to ofTime
- nanoseconds to ofTime
- channel from ofLog
- padding from ofLog
- nanosThen from ofFpsCounter
- secsThen from ofFpsCounter
- _mutexBlocks from ofThread
- _threadRunning from ofThread
- threadBeingWaitedFor from ofThread
- prevValue from ofParameter::Value
- document from ofXml
- element from ofXml
#include "ofMain.h"
#include "ofApp.h"
//========================================================================
int main(){
ofGLESWindowSettings settings;
settings.setGLESVersion(2);
ofCreateWindow(settings);
ofRunApp(new ofApp);