feat(webgl): add global property support for p5.strands by avinxshKD · Pull Request #8211 · processing/p5.js

and others added 2 commits

October 28, 2025 00:37

davepagurek

@avinxshKD

- Changed frameCount from int1 to float1 for JS compatibility

- Removed mouseButton (object type in p5 2.x)

- Added unit tests for all 14 global properties

Addresses feedback from @davepagurek in processing#8211

@davepagurek

perminder-17

Removed redundant assertions for mxInHook and wInHook.

@perminder-17

davepagurek

@perminder-17

Add visual test for getFinalColor using width/height

davepagurek

@perminder-17

@perminder-17

limzykenneth pushed a commit to limzykenneth/p5.js that referenced this pull request

Feb 8, 2026
- Changed frameCount from int1 to float1 for JS compatibility

- Removed mouseButton (object type in p5 2.x)

- Added unit tests for all 14 global properties

Addresses feedback from @davepagurek in processing#8211