OfxNotify
Growl-style onscreen logging for openFrameworks
Install / Use
/learn @tgfrerer/OfxNotifyREADME
ofxNotify
Growl-style onscreen logging for openFrameworks. Because sometime, you just want to log to your screen.
Description
ofxNotify will render strings to the top right of your screen, and forget all about them after a set time.
Motivation
This is useful if you want to have some visual feedback after you've applied an action by pressing a keyboard shortcut, for example.
Usage
Use ofxNotify just as you would use modern ofLog(), by using the stream "<<" operator.
Use Example
ofxNotify() << "Hello world";
Remember, you can also pass in numbers, without extra fuss (even if you want to express British dilemmas):
ofxNotify() << "We wanted to have " << 2 << " more pints, but it was past " << 11 << " o'clock, ";
Don't forget to include a call to ofxNotify::draw(); in your draw loop!
Example Project
Included. See reference render:

Dependencies
Nil.
♥ openFrameworks > 007
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
