Creativeguru97 / YouTube_tutorial

I store all the code I used in my YouTube tutorial here. Feel free to download and play around them😉
https://www.youtube.com/channel/UCACzb9JwH0ppt9Xwcpz9Bmw/videos
104 stars 80 forks source link

drawingContext in p5.js and WebGL #1

Open benediktewallace opened 2 years ago

benediktewallace commented 2 years ago

Hi Kazuki!

Great videos and examples! I was trying to implement some of these effects using p5.js in webgl mode, but it seems to make the calls to drawingContexts not work? I guess you might have to use shaders instead, but would be great to see some examples of these hacks using webgl!

-B