Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joewood/igloo-ts

A TypeScript Port of igloo.js - a simple low-level WebGL library
https://github.com/joewood/igloo-ts

typescript webgl

Last synced: about 4 hours ago
JSON representation

A TypeScript Port of igloo.js - a simple low-level WebGL library

Awesome Lists containing this project

README

        

# igloo-ts
A TypeScript Port of [igloo.js](https://github.com/skeeto/igloojs) - a simple low-level WebGL library

## Installation

```
npm install igloo-ts
```

Types are included, just use it from TypeScript (or JavaScript):

```typescript
import Igloo, { Program, Buffer } from "igloo-ts";

:: ::
const igloo = new Igloo(canvas);
```