a note about native libs, and this is going out tomorrow

This commit is contained in:
Ben Fry
2022-01-23 22:03:01 -05:00
parent 6b233185ac
commit ad4ea2d920
+3 -1
View File
@@ -1,6 +1,6 @@
# Processing 4.0 beta 4
*Revision 1279 23 January 2022*
*Revision 1279 24 January 2022*
Loooots of changes under the hood to better support more platforms. And by that, we mean Apple Silicon (now in alpha!) and Raspberry Pi devices (once again). And whatever else gets cooked up in the coming years.
@@ -50,6 +50,8 @@ We've also moved the FX2D (JavaFX) renderer to its own library, which will be av
* A massive amount of work for our supported platforms. Some of the gritty details are [here](https://github.com/processing/processing4/wiki/Supported-Platforms) but we have six of them. Export to Application has been rewritten. It's now possible to build Processing on all six of these platforms.
* Cross-platform support for native libraries has also changed significantly. The `export.txt` file is ignored completely (no libraries required it anyway), and the subfolders names for native libraries have changed. See the layout of `core/library` for an example. Again, this enables all these platforms from Apple Silicon to Raspberry Pi.
## Contributed tidbits