gl-react/packages/gl-react-native
Gaëtan Renaudeau 511e78a0cf wip on refactoring without using gl-fbo & gl-texture2d
some tests still don't pass, got to fix all cases.
however, it's a first step toward better controls of gl calls (and less complexity of that)
the RN impl is a bit more supported to match Exponent implemented subset
2016-12-27 20:37:33 +01:00
..
2016-12-02 10:55:17 +01:00
2016-12-02 10:55:17 +01:00
2016-12-02 18:56:47 +01:00

icon gl-react-native

gl-react-native is the React Native implementation of gl-react, library to write and compose WebGL shaders.

Important: STATUS: unfinished implementation

The current implementation of gl-react-native is experimental, based on exponent webgl wip implementation, and requires you to depend on latest Exponent. Our goal is obviously to reach the same features of the previous gl-react-native version & the same features of the Web implementation.