From a7aed6b4f3d9c06b2695c69bcab01c8db6f24d78 Mon Sep 17 00:00:00 2001 From: Earle Castledine Date: Mon, 24 Aug 2015 10:01:40 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aadbf4c..bd315c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # gl-react -WebGL bindings for react to implement complex graphics and image effects, in VDOM descriptive paradigm. +OpenGL bindings for react-native to implement complex effects over images and components, in VDOM descriptive paradigm. -See also: [`gl-react-native`](https://github.com/ProjectSeptemberInc/gl-react-native). +More technically, gl-react-native allows you to write a fragment shader that covers a component. The shader can render: generated graphics/demos, effects on top of images, effects over any UI content... anything you can imagine! + +There's also a [`gl-react-native`](https://github.com/ProjectSeptemberInc/gl-react-native) version gl-react with the same API. ## Examples