Thursday, July 7, 2011

MT4j on Android Tablets

You'll need mt4j-core and mt4j-android from:

http://mt4j.googlecode.com/svn/branches/new/

There is also a test app.

To get it to run you will need to link to the Processing core library
for Android, which is here:

http://processing.googlecode.com/svn/trunk/processing/android/core/

You will need to modify the Processing core:

----- MODIFY ----

therion_> if you can try to set clearcolor to true in the
defaultsetttings() method in pgraphicsandroid3d
[5:54 PM] it didn't crash with an exception, though - the
bg flashed on and off really fast, on touch it would stay the bg
color, then on release it would flash
[5:54 PM] i mean clearColorBuffer
[5:55 PM] oh ok
[5:55 PM] but it didnt crash :p
[5:55 PM] trying clearColorBuffer = true; ...
[5:56 PM] it runs! :)

--- END MODIFY ---

http://wiki.processing.org/w/Android

No comments:

Post a Comment