/fast-big-triangle

Draws a big triangle onto the screen

Primary LanguageJavaScript

fast-big-triangle

See a-big-triangle.

Install

npm install fast-big-triangle

API

require("fast-big-triangle")(gl)

Draws a fullscreen triangle.

  • gl is a WebGL context

Credits

Derived from a-big-triangle, by Mikola Lysenko.