noobgl
v0.0.4
Published
WebGL 2 without the boring bits
Downloads
3
Readme
noobgl
WebGL 2 without the boring bits
Introduction
This micro framework makes you more productive with WebGL2 but it stay low-level and lightweight as much as possible. Everything is designed to be object-oriented, modular and easy to use.
Instalation
npm install noobgl
Usage
import { WebGL2, Program, Shader, Texture, CompressedTexture } from "noobgl";
Documentation
Everything you need to know is on the documentation page of the wiki.