Improving p5.js WebGL/3D functionality project for GSoC 2020

Hi,
I am Divyam ,an undergraduate student from India.
For GSoC 2020 project , I would like work on WebGl /3D API of p5.js, as it lacks optimisations, shadow mapping and has some flaws in material system. I want to take advise and suggestions about improvements that I can include in my project.
Thanks in Advance.

1 Like

@saberkhan Who should I contact for suggestions regarding to this project?

Hi @shirou, I’m not sure if I will mentor a web GL project this year, but I’ve worked on this part of the codebase and can review any draft proposals that you share here.

1 Like

Thanks @kjhollen, I made a draft proposal and got it reviewed by @stalgiag and he said that it’s vague for now. So I want to take suggestions from people who are involved in this part of codebase, about potential features or improvements that can be included. I think the renderer lacks shadow mapping, optimizations and maybe deferred shading or deferred lightning can be introduced in pipeline too…for optimization.

Here’s a link to my draft proposal though-

1 Like

Hello @kjhollen @stalgiag,
I updated my proposal with features that I think should be implemented , am not familiar with proccessing java so I don’t know how much difference is there currently between p5.js and processing java.
So can you advise me upon the features that can be added to p5.js and improvements that can be made.
I think using deferred rendering and multiple framebuffers can improve the performance of webgl

thanks for sharing, @shirou. I agree that the proposal could be more detailed. It might be helpful to reference some current issues on GitHub to get a sense of what there is to implement and fix.

Yeah @kjhollen, I was interested in these 2 issues specifically:


I added Issue number to proposal just now.

1 Like