reactjs - Instagram like filters using React Native -


i have been looking way develop instagram filters using react-native. have created filters using mobile framework called ionic uses webview create apps, filters slow. how manipulate images create such filtered effects using react-native.

cheers

i think you'd need @ implementing opengl view performance. if you're doing on device filters should done using glsl shaders. hoping find polyfill-type component webgl, haven't found 1 yet.

the react-canvas project quite interesting (even though it's canvas, not webgl) - , might worth exploring.

edit: it's long time after, there gl-react purpose of doing advanced effects instagram filters on images.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -