Lines Across Canvas

multicolored lines from the left of the canvas to the top right of the canvas, generated according to a simple algorithm
multicolored lines from the left of the canvas to the top right of the canvas, generated according to a simple algorithm
Feb 2022 – unfinished

Lines Across Canvas was my second Processing project. I learned a lot about design programming principles, data organization, and thinking about iteration in the void draw() { loop. I was a month or so into learning how to write in Java and use Processing. I also joked (complained) to my friends and family about how I’d somehow come up with a way to make trigonometry and linear algebra my hobby.

Continue reading “Lines Across Canvas”