Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.26 KB

ofxStatusbar

Experimental add-on for openFrameworks, that allows adding of icons and/or text to the Mac OS X statusbar.

Screenshot!

State of the add-on

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.

ToDo

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.

Acknowledgements