@greweb
@greweb
if you where using gl-react-expo ! then if gl-react-native , i guess we'll need to doc more react-native-webgl. but yeah i agree we need doc
this is a neat idea, the only technical difficulty I see is that, if this needs to run in a webworker, how will we access to the data and draw...
Mmh curiously the cookbook uses React 18. I will have to recreate a basic example to try to reproduce. But I'm using React + GL React ~ every week, making...
technically it should be feasible for the RasterizeContent lib to add a texture loader into gl-react that support its instance and would snapshot the thing. also think I should fix...
if some content needs to continously refresh, there could be a prop to set that. basically means to call context.glParent.redraw() in a render loop
created https://github.com/gre/react-native-webgl-view-shot but now need to think how things will interoperate
I'm not exactly sure how things could interoperate, but maybe there is something to do indeed. I feel there could be a third party library that achieve that (doing the...
To me that means the GLSL code that is implemented by react-native-gl-image-filters is not portable to work everywhere. I don't know this library but we probably need a code sample...
this probably shouldn't be built-in in gl-react but there will be a lib that would solve that per platform on top of gl-react-dom but mimic the same api?
Good point. We will plan this as part of loading older data from our countervalues history.