These repo contains various WebGL templates using different frameworks. All examples just span up a rectangle filling the whole window and apply a vertex and fragment shader (which is one basic example getting started with WebGL).
This repository is also deployed a GitHub page: https://terabaud.github.io/webgl-templates/
To run the demos locally, you can use type npm i
and npm start
to install and start a local express server.