-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- p5.strands
- WebGL
- DevOps, Build process, Unit testing
- Internationalization (i18n)
- Friendly Errors
- Other (specify if possible)
p5.js version
v1.11.6+
Web browser and version
Chrome v142.0.7444.162
Operating system
macOS
Steps to reproduce this
In this example, since the rectangular player sprite has friction, it can fall over and flip onto its long side. This is apparent when p5play is used with q5 or p5 v1.11.5 and below.
https://editor.p5js.org/quinton-ashley/sketches/CrS1RC12n
Switch the p5 version to v1.11.6 or above, including v1 latest v1.11.11, and you'll see that p5 renders incorrectly. So this is not an issue with p5play, it's a result of changes made to p5.
I can't tell the cause of the issue.