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
- Host: GitHub
- URL: https://github.com/pixelscommander/glsl-component
- Owner: PixelsCommander
- Created: 2017-01-02T15:56:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T11:06:49.000Z (over 8 years ago)
- Last Synced: 2025-10-14T09:19:44.861Z (8 months ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLSL-Components
Lightweight library for GLSL rendered web components

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)