
This version’s not publicly available yet. Austin & Co. (developers of the application that uses this effect) need to be contacted, and I need to have an option to turn the smoke on / off. It cools down automatically when the interface is hidden, but I’m sure not everyone likes passive smoking.
Doesn’t it look fantastic?
Continue Reading Fumo’s Fumin’
Writing an action
Previously
We set up Xcode for Quicksilver plugin development, created a Quicksilver plugin project and got familiar with the QSPlugIn portion of the Info.plist file.
We’ve introduced ourselves to Quicksilver, and told it some fundamental information about the plugin we’re making in the QSPlugIn section of the Info.plist file associated with the Quicksilver project.
In this tutorial, we look at the procedures involved in specifying and writing an action for Quicksilver.
Continue Reading Writing Quicksilver Plugins: Actions
Previously
We discussed the basic setup required to begin writing Quicksilver plugins in Quicksilver plugins in Objective-C. Anatomy of a plugin
is a multi-section guide which explains the various sections of Info.plist, the different components of a plugin and the basic groundwork required in order to write a usable plugin.
To go through this guide, you need to have followed the steps in Quicksilver plugins in Objective-C. Once you’ve got Xcode set up properly for Quicksilver development, create a new Quicksilver plugin project in Xcode, and get ready to start planning your plugin.
Continue Reading Anatomy of a plugin - Info.plist Part 1