@greweb

Results 177 comments of @greweb

This must be a limitation with current Android implementation of the snapshot logic, and i'm not sure if it's solvable. We're just using `view.draw()` have you tried to put a...

ok thanks for double-checking that. I'll have to investigate into our Android snapshot logic.

I've added an example to reproduce the issue I've been trying to understand what we did wrong and I don't see much what we can do but finding a way...

Can you try again with 3.3.0 ? There were possible fixes for this. It should work like any other React Native library

It all depends on your React Native set up, in latest bootstrap of a React Native project, there is nothing to do but to do a `react-native link` (as done...

generally speaking I think it's very hard to maintain software and libraries in multiple XCode versions, Apple tend to be very pushy in the need to get their stack up...

It should be possible but is it a transition tho? Scope of gl-transition only cover transitions between two buffers (and a progress value from 0 to 1) but not a...

this doesn't feel like the transition works as expected?

sounds a great idea! i guess one simple way is as you suggested to have a start/mid/end point thing, but I imagine there might be potential other cases where you...

do you mean more transitions like https://gl-transitions.com/editor/luma ? yeah I think there are interesting ideas around these, there would also be some interesting thing to do with "displacement maps"