My Watercolor Painting App and Self-Painting App in p5.js - generative art - use in your browser

preview_player
Показать описание

Watercolor Painting App:

Watercolor Self-Painting App:

The Pixel Array video from The Coding Train:

Sandpiles video from the Coding Train, which is also helpful in understanding how this works:

Music:
Funk Down (Sting) by MK2 (theme)
Sorry there's no other music this time. I got tired of editing!

Рекомендации по теме
Комментарии
Автор

Not sure what's up with my sound. Maybe had the gain up too high.

StevesMakerspace
Автор

Amazing project. Turned out very well!

16:12 If you create a copy of the array, you can make the calculation per pixel based on the copy, but save it in the original. This means, your original array changes values every loop, but the upcoming pixels won't be affected by recent pixel changes, because they take information about the canvas from the last known full canvas. Sorry, I didn't see this problem in your code.

Samuel-lkxb
Автор

So, you're on your way to become a full-on programmer... :)

Paprikajlo
Автор

How does prevMouseX, prevMouseY work without being assigned values?

AhmedElAbbas
Автор

Any idea how to make it faster in a bigger canvas?

AhmedElAbbas