Transcript
This chapter was an introduction to
visual programming. You learned to draw shapes and locate them by using
coordinates. You also learned to set the drawing canvas bigger with the size
command. Then you learned to change colors of the
shapes with the fill command. You changed the color of the outlines with the
stroke command. Remember that you can also change the thickness of these lines
with the command strokeWeight And you learned to search help in
Processing reference website. Finally you drew a creature and added your first
project to Open Processing. I hope that your creature looks awesome. You will
need these basic skills all the time when using Processing but it's quite
boring to only draw static things. Processing is most useful when drawing
things that move and that is something that we are going to do next. See you!