From ad4ea2d920c5c3f0aaa09e45502a339cc84640a4 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 23 Jan 2022 22:03:01 -0500 Subject: [PATCH] a note about native libs, and this is going out tomorrow --- build/shared/changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/shared/changes.md b/build/shared/changes.md index f105e46ad..143f51434 100644 --- a/build/shared/changes.md +++ b/build/shared/changes.md @@ -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