hautetechnique/ofxGrowl
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
ofxGrowl is an addon for openFrameworks (v 7.0 tested) that adds Growl notification functionality to your project. There are custom options like custom icons, sticky messages, app registration and click callback events. functions: - title: the message title. The title is also the identifier of the message. Sending 2 messages with the same title will override the message instead of add it. - message: a string containing the message - sticky: Make a message sticky - priority: pririoty - icon: a string containing the name of the icon file, in the OF data folder. Icons can be .icns files or images (PNG etc) - event: The name of the event that should be dispatched when the user clicks the message. Growl can be downloaded here: http://growl.info/downloads The included example is a Xcode 4 OF 0.07 project. INSTALLATION NOTE: This addon only works on Mac, since it depends on objective-c. In xcode, click on your project, select the the target and click on "Build Phases". Add the Growl.frameworks to "Copy Files" by clicking the add sign, "add other" and browse to the ofxGrowl addon directory. Created by Sander ter Braak
About
Growl notification addon for OpenFrameworks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published