Add WebGL visual regression tests for transform functions by aashu2006 · Pull Request #8465 · processing/p5.js
Navigation Menu
{{ message }}
processing / p5.js Public
- Notifications You must be signed in to change notification settings
- Fork 3.7k
Merged
davepagurek merged 1 commit intoprocessing:dev-2.0from
Jan 29, 2026Merged
Add WebGL visual regression tests for transform functions#8465
davepagurek merged 1 commit intoprocessing:dev-2.0from
Add WebGL visual regression tests for transform functions#8465
davepagurek merged 1 commit intoprocessing:dev-2.0from
Conversation
Copy link
aashu2006
commented
Jan 28, 2026
aashu2006
commented
Resolves #8464
Changes:
- Added a new
Transformsvisual test suite for WebGL - Added visual regression tests for:
translate()moving shapes along x and y axesrotate()rotating shapes around the z-axisscale()uniformly scaling shapes
- Added baseline screenshots for the new visual tests
Scope is limited to visual tests only; no rendering or engine code changes.
Screenshots of the change:
Baseline screenshots for the new visual tests are included in
test/unit/visual/screenshots/WebGL/Transforms/.
PR Checklist
-
npm run lintpasses - [Inline reference] is included / updated
- [Unit tests] are included / updated
aashu2006
mentioned this pull request
davepagurek approved these changes Jan 29, 2026
Copy link
Contributor
davepagurek
left a comment
davepagurek
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Copy link
Author
aashu2006
commented
Jan 30, 2026
aashu2006 commented
Jan 30, 2026Thanks @davepagurek for the quick review and merge on the WebGL transform tests PR, really appreciate it!
ksen0
added this to p5.js 2.x 🌱🌳
github-project-automation
bot
moved this to Completed
in p5.js 2.x 🌱🌳
ksen0
added this to the
2.3 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment