Experimental add-on for openFrameworks, that allows adding of icons and/or text to the Mac OS X statusbar.
My knowledge of objective-c is quite limited, therefor not everything is working at the moment and pull requests are highly appreciated. As said before, it is already possible to add an image and / or text to the statusbar. Also an alternative image (=image on hover) can be defined. The 'example-basic' shows the current state of development.
Things, I could not solve until now:
- Make NSStatusItem *statusItem global (define in header file)
- Get Coordinates (1)
- Add Click handler/Double-Click hander/Right-Click hander
- Allow passing of ofImage instead of the path
- Modification/removal of icon at runtime.
I've already started a discussion at the openFrameworks forum.
- The icons are borrowed form shpakovski's Popup.
- Inspired by Christopher Baker's ofxNotifications add-on