How To: p5JS Welcome Video

The p5JS guys have put up a fantastic introductory video on the website. This one, http://hello.p5js.org/

It is basically an interactive HTML5 video demonstrating amazing capabilities of p5. I want to know how they have done it? As in, have they put up this introductory video code somewhere on Github? Simple analysis of the HTML page tells me that they have been using Popcorn, Seriously along with p5 (of course). It would be great if the source code is also out there somewhere.

So far I have successfully managed to create a video element, control it through code, overlay/inject HTML 5 elements on the video itself all by using p5JS only. But I am not able to render (or, if I may use the word, 'inject') a p5JS sketch on the video. How to accomplish this? They have managed to do this in that Intro Video above.

Answers

Sign In or Register to comment.