better readme

This commit is contained in:
Gaëtan Renaudeau 2015-08-27 16:30:50 +02:00
parent 23e20d7e4a
commit 80b4e229e6
6 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,3 @@
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/AdvancedEffects/)
- [React Native version](https://github.com/ProjectSeptemberInc/gl-react-native/tree/master/Examples/AdvancedEffects)

2
Examples/Blur/README.md Normal file
View File

@ -0,0 +1,2 @@
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/Blur/)

View File

@ -0,0 +1,4 @@
- [Documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/)
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/Simple/)
- [React Native version](https://github.com/ProjectSeptemberInc/gl-react-native/tree/master/Examples/Simple)

View File

@ -0,0 +1,2 @@
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/SpringCursor/)

2
Examples/Video/README.md Normal file
View File

@ -0,0 +1,2 @@
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/Video/)

View File

@ -6,14 +6,14 @@ More technically, gl-react allows you to write a fragment shader that covers a c
**There's also [`gl-react-native`](https://github.com/ProjectSeptemberInc/gl-react-native), a React Native version implementing the same API.**
[![](docs/examples/blur.gif)](http://projectseptemberinc.github.io/gl-react/Examples/Blur/)
[![](https://github.com/ProjectSeptemberInc/gl-react/raw/master/docs/examples/blur.gif)](http://projectseptemberinc.github.io/gl-react/Examples/Blur/)
## Examples
[Open Examples page](http://projectseptemberinc.github.io/gl-react/) / [Read the code](https://github.com/ProjectSeptemberInc/gl-react/tree/master/Examples).
- [Simple](https://github.com/ProjectSeptemberInc/gl-react/tree/master/Examples/Simple) contains minimal examples, perfect to learn how to use the library. See also the [Related Documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/).
- [SpringCursor](https://github.com/ProjectSeptemberInc/gl-react/tree/master/Examples/SpringCursor/index.js) shows usage with [`react-motion`](https://github.com/chenglou/react-motion).
- [SpringCursor](https://github.com/ProjectSeptemberInc/gl-react/tree/master/Examples/SpringCursor) shows usage with [`react-motion`](https://github.com/chenglou/react-motion).
- [AdvancedEffects' Intro](https://github.com/ProjectSeptemberInc/gl-react/blob/master/Examples/AdvancedEffects/src/Intro.js) shows usage with [`react-canvas`](https://github.com/Flipboard/react-canvas).
- [Video](https://github.com/ProjectSeptemberInc/gl-react/blob/master/Examples/Video/index.js) shows usage with the `<video/>` tag.
- [AdvancedEffects's Transition](https://github.com/ProjectSeptemberInc/gl-react/blob/master/Examples/AdvancedEffects/src/Transition.js) shows a minimal interoperability with [GLSL Transitions](http://transitions.glsl.io/).