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: 16 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T09:14:49.000Z (over 7 years ago)
- Last Synced: 2025-04-14T01:36:49.056Z (22 days ago)
- Language: JavaScript
- Homepage: http://projectseptemberinc.github.io/gl-react-dom
- Size: 24.4 MB
- Stars: 138
- Watchers: 5
- Forks: 16
- 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  
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.**
[](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
```