diff --git a/README.md b/README.md index 382a9fe5c1876414b7b90a27b6d7ef303a67ce99..7eaea4ac39c75527dc647e75017ddaed450eb771 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gl-react-native -OpenGL bindings for react-native to implement complex effects over images and components, in VDOM descriptive paradigm. +OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm. More technically, `gl-react-native` allows you to write a [fragment shader](https://www.opengl.org/wiki/Fragment_Shader) that covers a View. The shader can render: generated graphics/demos, effects on top of images, effects over any UI content... anything you can imagine!