Skip to content

v2.0.4

Latest
Compare
Choose a tag to compare
@ksen0 ksen0 released this 05 Aug 20:39
· 430 commits to main since this release

What's Changed 🎊

p5.strands Improvements 🧵

p5.strands is an experimental new feature in in p5.js 2.0 for authoring shaders with JavaScript. You can check out the tutorials if you're interested in trying it out. If you're interested in diving deeper and contributing, you're welcome to join the discussion in the the #p5strands channel on our Discord, or work on the open p5.strands issues

Bug Fixes 🐞

Documentation 📚

  • Remove incorrect mouseX/mouseY docs regarding WEBGL mode in dev-2.0 branch. by @perminder-17 in #8006
  • Update dev-2.0 docs with recently-added contributors and stewards by @ksen0 in #8000
  • Documentation fix for swapped parameters in splinePoint and bezierPoint by @shawdm in #7997
  • Adding docs for code in the refrence. by @perminder-17 in #7902
  • added documentation to _getBrightness() and _getGreen() function by @FerrinThreatt in #7908
  • Updating visual tests docs for 2.x versions by @perminder-17 in #7827
  • Revamped config.yml(branch: dev-2.0) by @shivasankaran18 in #7776
  • Fix typo in createFileInput example by @ksen0 in #7884
  • Fix: Corrected code block in textureMode() in dev2.0 by @abuharish02 in #8015

New Contributors

Full Changelog: v2.0.3...v2.0.4-rc.2