A Pottinger eb6a9f73cf Changed minimum mac osx version to 10.10.
Per @benfry's feedback on #88, moved to 10.10 minimum mac os x
version enforced in Info.plist.
2020-04-27 16:56:55 -07:00
2020-04-25 16:48:49 -04:00
2019-11-25 18:11:32 -08:00
2020-01-18 22:12:35 -05:00
2019-10-05 21:20:24 -07:00
2020-01-28 09:48:54 -05:00

Processing 4.0

Processing 4 is an exciting next step for Processing in which the internals of the software will see important updates, helping prepare the platform for its future. This includes the move to JDK 11 and support for new Java language features. The changes should be transparent to most users, but because of the massive shift behind the scenes, this will be 4.0.

API changes

As with all releases, we'll do everything possible to avoid breaking API. However, there will still be tweaks that have to be made. We'll try to keep them minor. Our goal is stability, and keeping everyone's code running.

alpha 2

  • The static versions of selectInput(), selectOutput(), and selectFolder() in PApplet have been removed. These were not documented, hopefully were not in use anywhere.
  • The frame object has been removed from PApplet. We've been warning folks to use surface since 2015, but we still should warn users
  • PImage.checkAlpha() is now public instead of protected
  • All AWT calls have been moved out of PImage, which may be a problem for anything that was relying on those internals
  • Removed MouseEvent.getClickCount() and MouseEvent.getAmount(). These had been deprecated, not clear they were used anywhere.

alpha 1

  • Base.defaultFileMenu is now protected instead of static public
Description
Source code for Processing, the software sketchbook and Java-based programming language for students, artists, designers, educators, hobbyists, and creative coders. Includes the core library, and editor (PDE)
Readme 215 MiB
Languages
Java 91.3%
Kotlin 3.7%
Processing 1.6%
ANTLR 0.9%
GLSL 0.8%
Other 1.6%