We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to reproduce this processing sketch in P5 js, how do I put the arc in? The code says an arc but it looks more like square. The processing code for the arc - arc(width/2, height/2, sze, sze, incr, incr+ PI/2.0); Can I use the same line in P5?
Answers
Those blocks are short arcs drawn with a wide stroke.
Do you have a link to the original sketch?
arc()
exists in both Processing and p5.jshttps://GitHub.com/processing/p5.js/issues/902