net-art-and-cultures / net-artware-v2

an experimental online drawing application by students at the School of the Art Institute of Chicago.
https://net-art-and-cultures.github.io/net-artware-v2/
GNU General Public License v3.0
0 stars 14 forks source link

rotating squares #15

Open escrip opened 3 years ago

escrip commented 3 years ago

The user can use this brush to paint with squares similar to the oscillating circles brush. However each new square that is drawn will be rotated one degree further than the last

il41 commented 3 years ago

heyy i just noticed a bug i didn't see when approving this one— when going back to the oscillating circles brush after using the square brush, the oscillating circles have a slowed oscillation rate!!

not sure why this is happening. maybe some variable with a shared name? or the rotating squares modifies a global p5 function that the oscillating circles brush doesn't specify when its drawing? @nbriz might want to check this out