I’m new to processing and coding. I’m wondering how you get this done.
2 Likes
Welcome, @bopStu77
First, see if you can draw a single diagonal line using a line()
function (see the Processing Reference for an example). Once you’ve done that, you can try employing a for
or while
loop to draw the rest.
1 Like
alright thank you!
2 Likes