Skip to content

v3.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@gre gre released this 14 Mar 21:28
· 453 commits to master since this 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 and EXGLView so you can literally just do WebGL vanilla with the library. as a proof, here is a Three.js example:

screen shot 2017-03-14 at 20 58 05

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).