Documentation - noobgl/noobgl GitHub Wiki

How to use

noobgl and its modules are designed in ES7 so all you needs to use them is a standard package import:

import { WebGL2, Program, Shader, Texture, CompressedTexture } from "noobgl";

or if you need to import all:

import * as noobgl from "noobgl";

Classes