Android Monome-Clone in Processing

Nikolaus Gradwohl2011-04-28T05:23:03+00:00

Processing 1.5 is the first released version that supports the android mode in processing. So I wrote a simple monome-clone in processing to test it.

Download the complete source here if you want to try it yourself.

The sketch uses the OscP5 library to generate or react to osc-messages, but unfortenatly processing still has problems resolving external libraries in android mode. So I added the oscp5.jar to the sketch using "Add File" - works like a charm.

The sketch is far from perfect - the target address of the osc events is still hardcoded, no support for multitouch events yet, etc - but its really nice to see how fast an android app can be made with processing

This is my Archos 101 running the my monome-clone

android monome clone

read more ...

How to make an Android app using the latest Processing Beta

Nikolaus Gradwohl2010-03-22T05:59:00+00:00

The Processing-Team has released a new Beta a view days ago, this version has some awsome new features including starting support for Android Applications. This is a very short howto that shows how to get a first simple sketch running in the android emulator.

emulator running processing sketch

read more ...