GrowlCappuccino is a framework that allows to mimic Growl notificatiom system in Cappuccino
To build TNKit you can type
# jake debug ; jake release
Simply include the GrowlCappuccino framework in your Frameworks directory and include GrowlCappuccino.js
@import <GrowlCappuccino/GrowlCappuccino.j>
[...]
var growl = [TNGrowlCenter defaultCenter];
[grow setView:aView];
[growl pushNotificationWithTitle:@"Hello" message:@"Hello World!"];
[...]
You can see a demo application here: Demo
To generate the documentation execute the following :
# jake docs
You can reach us at irc://irc.freenode.net/#archipel