Skip to content

Latest commit

 

History

History

04-generating-lines

04 - Generating Lines

Tutorial takes inspiration from Ibby EL-Serafy's blog. Credit the original artist if you use the code!

How to follow the tutorial

Open the Processing project and follow the instructions in the comments of the code. Uncomment/comment the lines of code and run the software in between to see how the project changes.

Topics

  • disabling looping on draw() function
  • using for loops
  • using nested for loops

Some screenshots

First progress picture after uncommenting the first line of code in the second part.

Second progress picture after uncommenting the second line of code in the second part.

Third progress picture after uncommenting the second line of code in the fifth part.

Fourth progress picture after uncommenting the third line of code in the fifth part.

Fifth progress picture after uncommenting the first line of code in the sixth part.