Dan Shiffman has a great YouTube channel on Processing stuff (mostly P5 these days). https://www.youtube.com/user/shiffman/
P5.js Crash Course: Recreate Art You Love
11–20 of 29 posts
Re: P5.js Crash Course: Recreate Art You Love
#12Dan Shiffman has a great YouTube channel on Processing stuff (mostly P5 these days). https://www.youtube.com/user/shiffman/
Re: P5.js Crash Course: Recreate Art You Love
#13Nice! For those who aren't too familiar with P5.js, you may enjoy this introduction: http://hello.p5js.org/ however, do note that the real-time video compositing is done with a different library ( https://github.com/brianchirls/Seriously.js/
Re: P5.js Crash Course: Recreate Art You Love
#14Re: P5.js Crash Course: Recreate Art You Love
#15Nice! For those who aren't too familiar with P5.js, you may enjoy this introduction: http://hello.p5js.org/ however, do note that the real-time video compositing is done with a different library ( https://github.com/brianchirls/Seriously.js/
Re: P5.js Crash Course: Recreate Art You Love
#16Nice! For those who aren't too familiar with P5.js, you may enjoy this introduction: http://hello.p5js.org/ however, do note that the real-time video compositing is done with a different library ( https://github.com/brianchirls/Seriously.js/
Re: P5.js Crash Course: Recreate Art You Love
#17Re: P5.js Crash Course: Recreate Art You Love
#18Dan Shiffman has a great YouTube channel on Processing stuff (mostly P5 these days). https://www.youtube.com/user/shiffman/
His Youtube channel used to be called "Coding Rainbow", but he was unfortunately forced to change it. He really does a great job at capturing the sense of wonder that "Reading Rainbow" inspired in me as a kid.
Re: P5.js Crash Course: Recreate Art You Love
#19Nice! For those who aren't too familiar with P5.js, you may enjoy this introduction: http://hello.p5js.org/ however, do note that the real-time video compositing is done with a different library ( https://github.com/brianchirls/Seriously.js/
be careful with that Seriously repository. The link to seriouslyjs(dot)org appears to be trying to install malware.
Re: P5.js Crash Course: Recreate Art You Love
#20Nice! For those who aren't too familiar with P5.js, you may enjoy this introduction: http://hello.p5js.org/ however, do note that the real-time video compositing is done with a different library ( https://github.com/brianchirls/Seriously.js/
The video compositing library seems to no longer have a main website.
The video drawing library, popcorn.js was run by mozilla but they no longer maintain it. There is a fork however. On the github page for this, it links to a js fiddle to try it out which fails to do the simple demo. The reason it fails is because the location it's pulling popcorn.js from is now just serving up HTML (js fiddle could make this clearer there's an issue). You may have to try things out locally to get it working.