mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
improve doc
This commit is contained in:
parent
0f49eb97ed
commit
bcbb86c97a
@ -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)
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Blur
|
||||
# Blur (2-Pass)
|
||||
|
||||
```html
|
||||
<Blur width={256} height={180} factor={factor}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user