Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/)

# icon 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
```