improve doc

This commit is contained in:
Gaëtan Renaudeau 2015-08-27 14:47:45 +02:00
parent 0f49eb97ed
commit bcbb86c97a
3 changed files with 11 additions and 1 deletions

View File

@ -12,5 +12,6 @@
* [Progress Indicator](examples/4.md)
* [Touch Responsive](examples/5.md)
* [Animation](examples/6.md)
* [Blur (2-Pass)](examples/7.md)
* [Advanced Effects Examples](examples/advancedeffects.md)
* [Sharing code across gl-react and gl-react-native](universal.md)

View File

@ -52,3 +52,12 @@ and use it:
http://i.imgur.com/qM9BHCy.jpg
</BlurNegative>
```
## Implementation notes
Effects composition are made efficient using OpenGL Framebuffers:
the rendering is made in the same pipeline.
[`gl-react-core`](https://github.com/ProjectSeptemberInc/gl-react-core)
contains the core logic (shared across both `gl-react` and `gl-react-native`)
that convert the Virtual DOM Tree into `data`, an object tree that represent the rendering pipeline.

View File

@ -1,4 +1,4 @@
# Blur
# Blur (2-Pass)
```html
<Blur width={256} height={180} factor={factor}>