gl-react/packages/gl-react-exponent
Gaëtan Renaudeau 4d4b567726 fundamentally refactor the way width/height works
in gl-react: the context no longer have {width,height} but have {glSizable} which is an object with a getGLSize function. the size is dynamically calculated in the graph & using gl.drawingBufferWidth / gl.drawingBufferHeight which allows more flexible implementations.
in gl-react-dom: nothing fundamentally changes
in gl-react-native/exponent: Surface no longer takes width/height props! instead, it is just the style object, like any usual React Native view. e.g. you can use flexbox!
2017-03-02 14:42:21 +01:00
..
2017-02-28 22:11:40 +01:00
2017-01-30 12:34:43 +01:00
2017-01-30 12:34:27 +01:00

icon gl-react-exponent

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