top of page
Search

September Second Post

  • Writer: Chelsea Yang
    Chelsea Yang
  • Oct 21, 2020
  • 1 min read

Using the Make" getting started with p5.js book, I have learnt the components of a processing file, and started coding basic shapes.


The p5.js sketch is made up of a few components: HTML(HyperText Markup Language) provides the structure for the project, linking elements of Javascript and the p5.js library to create interactive graphics that display on the HTML page. A program is created in the file sketch.js.


I drew an ellipse, made circles, and learnt how to operate the console to debug/fix problems with my code.

 
 
 

Recent Posts

See All
Interview

While searching for an interviewee who has interest and understanding in the field of computer science and art, I approached Carol Wang...

 
 
 

Comments


Post: Blog2_Post

Citation: Make: Getting Started with p5.js by Lauren McCathy, Casy Reas, and Ben Fry. Copyright 2015 Maker Media, Inc., 978-1-457-18677-6.

©2020 by Chelsea STEAM 10. Proudly created with Wix.com

bottom of page