1.0.0 • Published 1 year ago

@nekumelon/glslcanvas v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

WebGLCanvas

Why

Ever needed to draw something on a canvas using WebGL without having to write a bunch of boilerplate code? Well, this library is for you!

Installation

You can add the library to your project by including the following script tag in your HTML:

<script src=""></script>

Usage

new WebGLCanvas(canvas <canvas>, vertexShaderSource <string>, fragmentShaderSource <string>);

License

See LICENSE for more information.