v3.0.0-alpha.5
Pre-release
Pre-release
we're getting more and more close to a release candidate for the v3.
- gl-react has been fixed for Firefox (WeakMap don't work with WebGLTexture #89 )
- gl-react-native have roughly at least the same level of features as in v2 ( #74 ) – we've implemented the first support of images (distant, local,..) reusing the RN ImageLoader bricks so we can get the image from cache and also cache it in a byte array data.
- gl-react-native now also exposes
Image
andEXGLView
so you can literally just do WebGL vanilla with the library. as a proof, here is a Three.js example:
There are a bunch of things we want to tackle down (see TODO list file in packages/gl-react-native
) before considering gl-react-native "robust" but you can already give it a try if you want. (and giving us feedback).