🕛
Monday / Jun 23rd, 20256/23/2025

The Pixel Array

Languages

JavaScript

This video looks at how to access the pixels of an HTML5 canvas in p5.js.

  • Editing

    by Mathieu Blanchette

  • Animations

    by Jason Heglund

Passenger Showcase

No showcase projects submitted yet, you could be the first!

Have you made something? Please share your work!

Try a challenge!

Suggested by the video you're watching

"Pixel Sorting in Processing" challenge

In this coding challenge, I implement “Pixel Sorting” in Processing (Java). Using a “selection sort” algorithm, I sort the pixels of an image by brightness and hue.

"2D Water Ripple" challenge

In this coding challenge, I attempt to simulate 2D water ripples using Processing (Java).