1.2.0 • Published 5 months ago
igloo-ts v1.2.0
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);