Reference WEBGL

WEBGL

One of the two render modes in p5.js, used for computationally intensive tasks like 3D rendering and shaders.

WEBGL differs from the default P2D renderer in the following ways:

To learn more about WEBGL mode, check out all the interactive WEBGL tutorials in the "Learn" section of this website, or read the wiki article "Getting started with WebGL in p5".

Notice any errors or typos? Please let us know. Please feel free to edit src/core/constants.js and open a pull request!

Related References