Skip to content

Revision 1279 (for Processing 4.0 beta 4)

Compare
Choose a tag to compare
@benfry benfry released this 24 Jan 01:02
· 9 commits to main since this release

23 January 2022

The JavaFX binaries have grown very large in size so it was necessary to move JavaFX to its own library. This avoids making the Processing download excessively large, given that not everyone uses JavaFX. More discussion/explanation here.

Changes

  • For Processing 4.0 beta 4, now a separate library to be installed from the Contributions Manager.

  • Now building for our six base platforms described here.

  • An internet connection is necessary for the build, because it checks the downloads. (Otherwise the build script is more complicated than necessary to see if all six files are available.)

Fixes