igloo-ts A TypeScript Port of igloo.js - a simple low-level WebGL library Installation npm install igloo-ts Types are included, just use it from TypeScript (or JavaScript): import Igloo, { Program, Buffer } from "igloo-ts"; :: :: const igloo = new Igloo(canvas);