An open API service indexing awesome lists of open source software.

https://github.com/pixelscommander/glsl-component

Lightweight library for GLSL rendered web components
https://github.com/pixelscommander/glsl-component

Last synced: 8 months ago
JSON representation

Lightweight library for GLSL rendered web components

Awesome Lists containing this project

README

          

# GLSL-Components
Lightweight library for GLSL rendered web components

![](http://pixelscommander.com/polygon/glsl-components/preloader.gif)

Usage
=====
* Install via `npm i glsl-component`
* Include into app
* Now you can use *glsl-component* as `YOUR FRAGMENT SHADER CODE`

**TODOs**

* Send u_ prefixed attributes as uniforms
* Resize

**License**

MIT: http://mit-license.org/

Copyright 2017 Denis Radin aka [PixelsCommander](http://pixelscommander.com)

Based on [glslCanvas](https://github.com/patriciogonzalezvivo/glslCanvas.git)