11 Commits

Author SHA1 Message Date
Gaëtan Renaudeau
6002ea969c
Update dependencies to latest libaries 2019-08-14 13:45:59 +08:00
Gaëtan Renaudeau
7badc8c519 migrate to use lerna 2017-04-19 13:42:30 +02:00
Gaëtan Renaudeau
01fc9e0885 typo in build script 2017-04-05 11:01:39 +02:00
Gaëtan Renaudeau
445bbc7ca1 update cookbook.
have to commit the source code as string i'm afraid because of https://github.com/facebookincubator/create-react-app/issues/1015
2017-03-29 15:09:36 +02:00
Gaëtan Renaudeau
db3bc31a27 gl-react-exponent -> gl-react-expo 2017-03-29 13:28:06 +02:00
Gaëtan Renaudeau
80eb9e9583 please now use 'next' as version instead of 3.0.0-alpha.6 2017-03-29 13:08:21 +02:00
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
Gaëtan Renaudeau
309a02b4be gl-react-native->gl-react-exponent. gl-react-native will be the standalone impl 2017-01-30 12:31:57 +01:00
Gaëtan Renaudeau
164851162b typo 2016-12-03 12:25:16 +01:00
Gaëtan Renaudeau
a7cbc799f3 add a release script 2016-12-03 12:24:37 +01:00
Gaëtan Renaudeau
4600bcedd0 initial release 2016-12-02 10:55:17 +01:00