net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

Create Dummy brush #15

Open navila-luna opened 3 years ago

navila-luna commented 3 years ago

Create a pixelated dummy brush in a 100 x 100 array.

navila-luna commented 3 years ago

Created a dummy brush and found that you can also change the size of the brush. I used the following two links https://p5js.org/reference/#/p5/image and https://p5js.org/reference/#/p5/createImage. Note that the second link when i tried it it would only work on images with a transparent background.