Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing settings() reference page #171

Open
FeXd opened this issue Feb 28, 2020 · 0 comments
Open

Missing settings() reference page #171

FeXd opened this issue Feb 28, 2020 · 0 comments

Comments

@FeXd
Copy link
Contributor

FeXd commented Feb 28, 2020

Was working on an old example that was using a variable to change size() of the canvas and it wasn't working. The current reference page for size() mentions:

As of Processing 3.0, to use variables as the parameters to size() function, place the size() function within the settings() function (instead of setup()). There is more information about this on the settings() reference page.

But there is no settings() reference page!

Did some quick testing and settings() appears to be working as intended. Likely content can be taken and modified from the official processing reference page here: https://processing.org/reference/settings_.html

FeXd added a commit to FeXd/processing-py-site that referenced this issue Dec 7, 2020
* 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 jdf#171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant