Mimas is the graphical interface for rubyk and any oscit (open sound control it) enabled devices. The source code for the application is released under the MIT license but the application as a whole is GPL (GNU General Public License) since we are using the excellent juce framework.
The application will run on Mac OS X, Windows and Linux but currently only compiles on Mac OS X.
We have not released any version of mimas yet.
The source code can be retrieved with git on github.com/rubyk/oscit.
If anything seems wrong with this library, please open a ticket (if this seems too much, sent an email to the mailing-list).

The name comes from the smallest natural satellite in the solar system that is spherical (looks like a moon).
Mimas has a big crater which makes it look like some sort of giant eye, and that’s what the graphical interface is about: “see and master it all”.
As you can see on the screenshot below, “minimas” (oscit controller for iPhone) now also has little sliders magically appearing when an oscit enabled device is connected to the network.
And yes, this works on my iPhone through wifi and it’s super cool !
Now I just have to implement the same ”.views” parser as in Mimas (view is provided by the remote application as xml).

To start building the GUI for rubyk, I decided to first implement an iPhone remote because:
The first problem I fell upon was how to build the proxy tree and manage the asynchronous calls (update and change value). It took me some time but I finally wrapped my head around the idea of a ProxyFactory that you sub-class in your specific gui environment, providing the necessary hooks to build the gui widgets.

Add a device (part of the ProxyFactory pattern).
Here is the list of commands (part of oscit protocol) that are used to build the proxy tree.

Sync states between a remote and a proxy.
And finally, this is what happens when values are changed:

Value change notifications between a remote and a proxy.
I started writing the tests for this setup. The code will be part of the liboscit library.
Funding from the Swiss Federal Office of Culture to write the graphical frontend to rubyk !
General ideas for the design of rubyk.