Gaurav Tiwary
Gaurav Tiwary
Can the admins suggest that if removing this line with close the issue. https://github.com/processing/p5.js/blob/95b82ea1d5a6264f8bb9acbc71b6e49104ac9522/src/webgl/p5.RendererGL.Immediate.js#L140-L144 Or I can write a if statement that can check if setUniform has been called and...
@davepagurek ``` if ( this.textureMode === constants.IMAGE && !this.isProcessingVertices ) { if (this._tex !== null ) { if (this._tex.width > 0 && this._tex.height > 0 ) { u /= this._tex.width;...
hello @juliusv , I wanted to start contributing for the ui, I have experience in react so if possible you could assign me some task or refer me to a...
I would like to work on this issue. Just a little hiccup, i can start in the next 2 weeks, so if someone wants to do it before that they...
i would also i to join the meet.
Great suggestion. I would like to work on this one. Let me get back with details of implementation.
Hey I have been following your discussions and would still like to implement this. Let me understand all that you guys discussed and get back with the implementation details.
Just a little update I have been really busy with my university exams. I will start working on this from the day after tomorrow. I will get back on it...
hello So I have been reading your discussions. I have a few doubts that can help me write a better code. > Provide a new function called `arcVertex()` based on...
Thanks, @GregStanton for such a great replay, all my confusion is gone. I will start working on the 2D implementation as of now. Where to put the code is a...