Week One ICM p5 js
- lr2855
- Sep 12, 2021
- 1 min read
In this week one, I get to know a program called p5 js, which allows the users to drawing shapes by coding. Here are some of my experiments of learning:

Here is a drawing of robot I created. In this exercise, I learned the pseudo-code, which is a way to write down the code and the transfer into the program.

Here is an experiment of drawing shapes with colors. I found that locating each shape to the right place is the hardest part.

Here is a really ugly self-portrait I created. I found a code to draw a background grid that helped me a lot in my drawing. I found drawing curves is still difficult for me. I don't quite understand the meaning of each number in ( ).
Comentários