Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ProjectSeptemberInc/gl-react-dom
WebGL bindings for React to implement complex effects over images and content, in the descriptive VDOM paradigm
https://github.com/ProjectSeptemberInc/gl-react-dom
Last synced: about 1 month ago
JSON representation
WebGL bindings for React to implement complex effects over images and content, in the descriptive VDOM paradigm
- Host: GitHub
- URL: https://github.com/ProjectSeptemberInc/gl-react-dom
- Owner: gre
- Created: 2015-12-02T14:27:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T09:14:49.000Z (about 7 years ago)
- Last Synced: 2024-11-04T23:41:58.455Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://projectseptemberinc.github.io/gl-react-dom
- Size: 24.4 MB
- Stars: 138
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-components-all - gl-react-dom - WebGL bindings for React to implement complex effects over images and content, in the descriptive VDOM paradigm. (Uncategorized / Uncategorized)
- awesome-list - gl-react-dom - WebGL bindings for React to implement complex effects over images and content, in the descriptive VDOM paradigm. (Utilities / Framework bindings / integrations)
README
**STATUS: project is being rewritten from scratch in https://github.com/gre/gl-react. It will be the next v3.**
**[Gitbook documentation](https://github.com/ProjectSeptemberInc/gl-react/tree/master/docs) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/) / [live demos](http://projectseptemberinc.github.io/gl-react-dom/) / [gl-react-native](https://github.com/ProjectSeptemberInc/gl-react-native/)** / [#gl-react on reactiflux](https://reactiflux.slack.com/messages/gl-react/)
# gl-react-dom ![](https://img.shields.io/badge/react-0.14.x-05F561.svg) ![](https://img.shields.io/badge/gl--react-2.2.x-05F561.svg)
WebGL bindings for React DOM to implement complex effects over images and content, in the descriptive VDOM paradigm.
**`gl-react-dom` is an implementation of `gl-react` for `react-dom`. Please [read the main gl-react README](https://github.com/ProjectSeptemberInc/gl-react/) for more information.**
[![](https://github.com/ProjectSeptemberInc/gl-react/raw/master/docs/examples/blur.gif)](http://projectseptemberinc.github.io/gl-react-dom/Examples/Blur/)
## Documentation
[**doc**](https://github.com/ProjectSeptemberInc/gl-react/tree/master/docs)
## Installation
**Install the dependency to your React application:**
```
npm i --save gl-react-dom
```