Skip to content

Core

The core modules expose the low-level WebGL utilities that the rest of the library builds on.

  • attribute maps JavaScript attribute data to shader inputs.
  • program and shader compile and link GPU programs.
  • renderTarget creates framebuffer-backed textures.
  • texture loads and updates image, video, and data textures.

Released under the MIT License.