Processing 2.0 alpha 3 released
Download it here. This is the third alpha release as we head toward 2.0. There are many significant changes in 2.0, so be sure to read up on them.
If you find problems, please file a report so that we can fix them.
The big changes since 2.0a2:
- Several Android fixes to handle recent SDK changes by Google. For anyone using Android, you’ll need to install 2.0a3. The Android page on the Wiki has also been updated.
- Fixed a regression in 2.0a2 that prevented serial from working on OS X.
- Tracked down a problem on OS X 10.7 (Lion) where the mode and open menus on the toolbar disappeared immediately.
The full revisions list with the gory details:
PROCESSING 2.0a3 (REV 0202) – 5 November 2011
Some weekend bug fixing and regression repair for the recent alpha releases.
Also several Android fixes to get things working again with more recent
updates from Google. You’ll need to upgrade to this version of Processing
in order to continue using Android mode.[ environment ]
+ Fix problem with serial not loading on Mac OS X.
+ Fix problem with popup menus on the toolbar disappearing immediately
when used on Mac OS X 10.7 (Lion).
http://code.google.com/p/processing/issues/detail?id=846
http://code.google.com/p/processing/issues/detail?id=887+ Incorrect tab/line shown for preprocessor errors when more than 2 tabs
http://code.google.com/p/processing/issues/detail?id=873+ Commenting via menu or shortcut does not set sketch to “need save”
http://code.google.com/p/processing/issues/detail?id=766+ IDE Export Application button exports applet (fixed in 2.0a2)
http://code.google.com/p/processing/issues/detail?id=863[ core ]
+ Fix for video frames not showing up in 3D.
+ Rounded rect() does not have a maximum length for corner radius
http://code.google.com/p/processing/issues/detail?id=813[ android ]
+ Fix libraries when used with Android. Libraries can also specify
an Android version by including an ‘android’ subfolder.
http://code.google.com/p/processing/issues/detail?id=766+ Fix problem with export menu, keys, toolbar being different.
+ Change default package name a bit.
+ Switch to SDK 8 (Android 2.2) as the minimum that we’re supporting.
This allows us to rely on far more consistent OpenGL implementations.+ Update the project files for Android SDK Tools Revision 15 (now required)
http://code.google.com/p/processing/issues/detail?id=876+ Improve launching with the emulator.
+ Remove ‘includeantruntime’ warning during build.
+ “Date could not be parsed” error.
http://code.google.com/p/processing/issues/detail?id=864








