September Second Post
- 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.
Comments