You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://github.com/processing/processing4/issues/348).
6
+
7
+
8
+
## Changes
9
+
10
+
* For Processing 4.0 beta 4, now a separate library to be installed from the Contributions Manager.
11
+
12
+
* Now building for our six base platforms described [here](https://github.com/processing/processing4/wiki/Supported-Platforms).
13
+
14
+
* 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.)
15
+
16
+
17
+
## Fixes
18
+
19
+
+ Make offscreen `PGraphicsFX2D` work, a patch from @GKFX. [#4638](https://github.com/processing/processing/issues/4638), [#4698](https://github.com/processing/processing/pull/4698)
0 commit comments