Questions tagged [webgl]
WebGL extends the capability of the HTML canvas element to allow it to render accelerated 3D graphics in any compatible web browser.
4 questions
1
vote
0
answers
228
views
How do I make Design Templates like Canva Templates that are unique but can be modified & exported as an image? Should I use Canvas or WebGL?
Canva has Templates that are unique & can be easily modified by anyone & replaced with their own text, images, etc...
I want to build something like that.
I have multiple options to use but ...
0
votes
1
answer
505
views
Example of parallel sum algorithm on GPU
Trying to imagine how you would go about implementing summation (or reduction?) on a parallel architecture and am having a difficult time.
Specifically thinking in terms of WebGL arrays of vectors ...
7
votes
1
answer
456
views
Determining if webgl code will work on a variety of hardware
I have some javascript/webgl code. I want to have some idea of whether it will work for someone with a different browser/machine/gpu.
This is difficult, because there's so much diversity in support ...
10
votes
1
answer
4k
views
How to inform WebStorm's autocomplete about WebGLRenderingContext
I'm working on a project involving WebGL, and using WebStorm to do the development.
One issue with the development flow is that WebStorm isn't able to autocomplete things related to WebGL. In ...