M

Minjun Kim

I think all great of acts are amalgams of a definite path and an unknown possibilities.

Follow me:
Tw        Be        Fb        Pin

Intro to Computational Media

TitleWeek 42020-10-19 18:25
Writer Level 10

Click the code to go to the P5.js

 

Week 4

Make something with a lot of repetition, more than you want to hand-code.

You could take something you've already done where there was a lot of repetition in the code and see if you can re-write it using a loop so that instead of 28 lines of code that call rect(), you have 1 line of code calls rect() inside of a loop that goes around 28 times. How do you need to rework the way you position that rect() in order to make it work in a loop?

For week 4 I tried to fill the screen with random p\color of pixels in a blue shades

Comment
Captcha Code
(Enter the auto register prevention code)
PrevWeek 5 Level 102020-10-19
-Week 4 Level 102020-10-19
NextWeek 3 group project with Jack Level 102020-09-27