Skip to content

Releases: alptugan/p5.utils

v 0.1.3

01 Feb 16:42
Compare
Choose a tag to compare

Added new argument into setRulerStyle as the last argument.
It hides/shows the info card next mouse cursor when the pixel ruler is enabled.

Example:
https://openprocessing.org/sketch/1624312

I will convert separate input arguments to a single object argument. Since there are too many input arguments in the function. It can be confusing and hard to read and write the code.

v 0.1.2

21 Aug 20:55
Compare
Choose a tag to compare
  • Drawgrid function
  • Debug draw grid function

v 0.1.1

07 Aug 23:33
Compare
Choose a tag to compare

Added methods are available within examples in the readME.md and docs folder.

  • endRadialGradient()
  • endLinearGradient()
  • getRandomInt()
  • setRulerStyle() - Ruler custom style

v 0.1.0

25 Jul 09:43
Compare
Choose a tag to compare

Use "p5.utils.min.js" in your projects. Source code and documentation is available here