From 0949957b8bdd8002ba91b35888081bdf9db53c8d Mon Sep 17 00:00:00 2001 From: Arlin Schaffel Date: Mon, 7 Dec 2020 10:04:34 -0600 Subject: [PATCH] Create Settings Page * currently a direct copy of official processing setting page: https://processing.org/reference/settings_.html * needs to be updated for processing.py * this was done blind (without building to test) - still need to build and test rendering Issue #171 --- Reference/api_en/settings.xml | 113 ++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 Reference/api_en/settings.xml diff --git a/Reference/api_en/settings.xml b/Reference/api_en/settings.xml new file mode 100644 index 00000000..60cc3a5f --- /dev/null +++ b/Reference/api_en/settings.xml @@ -0,0 +1,113 @@ + + +settings() + +Environment + + + + + + + + + + + +
+The settings() method runs before the sketch has been set up, so other Processing functions cannot be used at that point. For instance, do not use loadImage() inside settings(). The settings() method runs "passively" to set a few variables, compared to the setup() command that call commands in the Processing API. +]]>
+ + +settings() + + +void + +fullScreen +setUp +size +smooth + +