top of page

ICM — Exercises

Updated: Feb 24, 2023

INTRO TO COMP MEDIA

 

SELF-PORTRAIT

Hair and face are not regular ellipses so have to be drawn with vertex. Positions of the vertex is mapped out with Adobe Illustrator first on a same-sized canvas then using mouse and info window to see X & Y values.

Eyes, eyebrows and blush are created in **function eye()** tilted at an angle. The other side is reflected by using scale(-1,1).

The background changes to a random colour when clicked. The random range is between 100-255 for lighter more pastel colours.


 

OPPOSITES

p5.js code



 


CHOICES

p5.js code

Test what kind of cat you are!




 

PATTERN

p5.js code

Wave line form using Perlin noise


 

TIME

p5.js code



 


SIMULATION

p5.js code

Tribute (trauma) to Pcomp


 

PARTS OF A WHOLE

p5.js code



bottom of page