Skip to content

Instantly share code, notes, and snippets.

View crecord's full-sized avatar

Caroline Record crecord

View GitHub Profile
@crecord
crecord / Multiples
Last active February 20, 2016 00:00 — forked from j3ffgray/Multiples
Text Overlay Template, openFrameworks Examples
// in the ofApp.h
// ... additional initialization code ...
//boolean to toggle help text
bool bHelpText;
// in the ofApp.cpp
void ofApp::setup(){
//set help text to display by default