README.md 1.46 KB
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1
**[Gitbook documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/) / [Github](https://github.com/ProjectSeptemberInc/gl-react-native/) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/)** / [#gl-react on reactiflux](https://discordapp.com/channels/102860784329052160/106102146109325312)
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
2

Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
3
# <img width="32" alt="icon" src="https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png"> gl-react-native ![](https://img.shields.io/badge/react--native-%3E=%200.16.0-05F561.svg)
4

Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
5
OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm.
6

Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
7
**`gl-react-native` is an implementation of `gl-react` for `react-native`. Please [read the main gl-react README](https://github.com/ProjectSeptemberInc/gl-react/) for more information.**
8

9
[![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/simple.gif)](./Examples/Simple)[![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/advancedeffects.gif)](./Examples/AdvancedEffects)
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
10

11
## Documentation
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
12

13
[**Gitbook**](http://projectseptemberinc.gitbooks.io/gl-react/content/)
14

Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
15 16
## Installation

17
a few steps are required to install `gl-react-native`:
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
18

Gaëtan Renaudeau's avatar
typo  
Gaëtan Renaudeau committed
19
**Install the dependency to your React Native application:**
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
20 21 22 23 24

```
npm i --save gl-react-native
```

25
**Configure your React Native Application:**
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
26

27
![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/install-steps.png)