Perminder Singh

Results 179 comments of Perminder Singh

Okay, I think it's not a bug. I was too confused with it. This happens when you tries to open someone's else sketch with the link they provide and try...

Is it works if you press `ctrl + s` when you are logged on into your p5.js-web-editor @SushmithaSK @Garima3110 ??

You are correct @membralala , `blend()` and `image.blend()` docs needs to be updated exactly what you said on the issue. Really thanks for catching this and explaining it so well....

> Yeah, sure I would like to work on this issue! Sure, I have assigned you this. Thank you so much for taking this 🙂

Hi, thank you for opening this up, @quinton-ashley. ```js function preload() { console.log(_preloadDone); } function setup() { console.log(_preloadDone); noLoop(); } ``` In the above code, the global `_preloadDone` flag gets...

I will add an eye from html and design it from css, then i will add an eventlistner from javascript that when i click it will show password

Great job so far, Garima! The idea is that when you call `shader(yourShader)`, it should only apply to fills, regardless of other settings, like the `uStrokeShader` uniform or whether `lights()`...

Great work @Garima3110 so far. I tested it, and it seems to be working well. But to be double sure, I'll test it again to make sure nothing is breaking....

> Great work @Garima3110 so far. I tested it, and it seems to be working well. But to be double sure, I'll test it again to make sure nothing is...