Create Multiple Diagonal Lines

I’m new to processing and coding. I’m wondering how you get this done.

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.

alright thank you! :grinning: