mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
better readme
This commit is contained in:
parent
23e20d7e4a
commit
80b4e229e6
3
Examples/AdvancedEffects/README.md
Normal file
3
Examples/AdvancedEffects/README.md
Normal 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
2
Examples/Blur/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/Blur/)
|
||||
4
Examples/Simple/README.md
Normal file
4
Examples/Simple/README.md
Normal 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)
|
||||
2
Examples/SpringCursor/README.md
Normal file
2
Examples/SpringCursor/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/SpringCursor/)
|
||||
2
Examples/Video/README.md
Normal file
2
Examples/Video/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
- [Web demo](http://projectseptemberinc.github.io/gl-react/Examples/Video/)
|
||||
@ -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.**
|
||||
|
||||
[](http://projectseptemberinc.github.io/gl-react/Examples/Blur/)
|
||||
[](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/).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user