AKST / declaritive-webgl-thing

Some declaritive WebGL project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declarive WebGL Rendering

The goal of this project is to build a declarive rendering rendering library for the web API WebGL. This will be targetting WebGL1 not 2 due to WebGL2 having no safari support.

Development

This project has been developed using parcel. To run just do this.

parcel index.html

# Or if you don't have parcel installed you can use npx
npx parcel index.html

About

Some declaritive WebGL project.

License:MIT License


Languages

Language:TypeScript 97.9%Language:GLSL 0.7%Language:CSS 0.6%Language:HTML 0.5%Language:JavaScript 0.4%