This is a simple Typescript framework for working with WebGL. It adds some ease-of-use improvements and attempts to make WebGL object-oriented.
Run the following to build the webpack-ed js
yarn && yarn build
# Or
npm install && npm run build
As this is still in development, docs will be added soon.
Some examples can be found in the examples
folder.