Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.79 KB

01_pixels.md

File metadata and controls

45 lines (36 loc) · 2.79 KB

Introduction to ICM: Media

Question

Why are we interested in computing media?

Pixels: Pixels as Data

The videos in this section were created using a different editor for p5.js. All of the concepts should still apply, however, there are some minor changes. Most notably in JavaScript let is now the preferred way to declare a variable over var. If you would like to learn more about this you can watch this video about let vs var.

Question

What can we express through algorithms?

Video Tutorials | Pixels Track

Basics

Ways to play with pixels

Fun way to animate

Mixing video

Code

Getting Started with p5.js book

Reference