Papilio

Papilio is a reimplementation of Bowtie's public APIs for Cycript on the iPhone.

If that doesn't mean anything to you, here's a (longer, but easier to understand) plain English description:

Bowtie, as you probably know, is an iTunes controller for OS X that can be themed. Those themes are called Bowlets, and are composed of HTML, CSS, and JavaScript. Bowtie exposes some functionality to JavaScript; those are the Bowtie APIs.

The Bowtie APIs are tied to iTunes, and are closed-source, so anyone wanting to create something similar to Bowtie would have to reinvent the wheel.

So why reinvent the wheel? People already know how to create Bowlets, so why not expose the same functionality as Bowtie does in the same way? That is what Papilio does.

Papilio can be embedded into Cydgets to give them music controls or information on the currently playing track. It can also be used to convert existing Bowlets into Cydgets with minimal effort, or to use the familiar Bowtie APIs in any other Cycript projects.

New in Papilio 1.1.x

Downloads

Further Information

Back to Sakurina's iPhone Hacks
Back to r-ch.net