Skip to content

Global

The global modules are the main entry points when you want to set up rendering quickly.

  • glContext resolves a canvas and initializes a WebGL2 context.
  • glCanvas assembles a full-screen render pipeline with resize handling, render scheduling, and optional post-effects.

Released under the MIT License.