Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 451 Bytes

WTF: WebGL Typescript Framework

About

This is a simple Typescript framework for working with WebGL. It adds some ease-of-use improvements and attempts to make WebGL object-oriented.

Building

Run the following to build the webpack-ed js

yarn && yarn build

# Or
npm install && npm run build

Docs

As this is still in development, docs will be added soon.

Examples

Some examples can be found in the examples folder.