Skip to content

[WIP] 2.0 tutorials changes #780

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

Open
10 of 13 tasks
ksen0 opened this issue Apr 9, 2025 · 0 comments
Open
10 of 13 tasks

[WIP] 2.0 tutorials changes #780

ksen0 opened this issue Apr 9, 2025 · 0 comments

Comments

@ksen0
Copy link
Member

ksen0 commented Apr 9, 2025

Minor changes in tutorials

These tasks are based on checking

Variables and Change

https://beta.p5js.org/tutorials/variables-and-change/

p5js.org beta.p5js.org
Image Image

mouseX and mouseY are not integer in 2.0: text(mouseX: ${mouseX}, mouseY: ${mouseY}, 20, 20);

Organizing code with Functions

https://beta.p5js.org/tutorials/organizing-code-with-functions/

p5js.org beta.p5js.org
Image Image

Out of bounds color values behavior not consistent with 1.x: processing/p5.js#7714

Animating with media objects

See last sketch in the tutorial: https://beta.p5js.org/tutorials/animating-with-media-objects/
and compare to either 2.0 or latest 1.x: https://editor.p5js.org/ksen0/sketches/GOAfBPCy1
Something with the can sizing is off. It's not a 2.0 issue.

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