What's Changed
This is a release candidate (RC), which means it is not yet live on the p5.js Editor. Please help us to improve the stability of the newest version of p5.js by trying out this release candidate, and reporting bugs. To test this patch, you can use this starter sketch.
<script src="https://cdn.jsdelivr.net/npm/p5@2.2.3-rc.1/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.2.3-rc.1/lib/p5.webgpu.js"></script>What's Changed 🎊
- Fix a bug where shared strands variables are detected in the wrong spot by @davepagurek in #8641
- add
export default p5at end of global.d.ts by @nbogie in #8299 - change strands examples to use millis() not uniform by @nbogie in #8648
Full Changelog: v2.2.3-rc.0...v2.2.3-rc.1