Roi Peker
Roi Peker
[Live demo ](https://graphx-gesture-sample.surge.sh) [Complete gist](https://gist.github.com/roipeker/000fee572fe2f575774d39aad4965772). Just made a full sample, might look overcomplicated, but covers Image shader fill (graphics.beginBitmapFill with Matrix transforms), mouse / touch input, and easing. Hope it...
> [Live demo ](https://graphx-gesture-sample.surge.sh) > > [Complete gist](https://gist.github.com/roipeker/000fee572fe2f575774d39aad4965772). > > Just made a full sample, might look overcomplicated, but covers Image shader fill (graphics.beginBitmapFill with Matrix transforms), mouse / touch...
Is a good point, my understanding is that Darts ticker will request a new frame to the backend window, forcing a rendering in the CustomPainter anyway, I might be wrong...
@tlvenn Yep, the flow is not straightforward, and code lacks docs comments. Basically, SceneBuilderWidget is the only `Widget` in GraphX: initializes the basic flutter widgets needed to render ( `CustomPaint`...
Well, Isnt so straightforward cause painting and internal update (enter frame) processing happens on different functions but under the same “ticker”. What u did looks hacky but seems the only...
Btw, just to be clear… graphx was built as a prototype tool, for fun... To make an API more familiar to Flash, or some js rendering engine like Pixie. It...
Web works fine. I don't know it shows as unsupported.
Yep, go for it, cant remember why i avoided the dependency
Hi @jasonhe88 , that sample in long lost sadly... Seems like the central tween are 2 images (GBitmap) with blendMode, 1 image `scale`s like a pulse with a sin curve,...
I think the original implementation is meant to propagate events. Even if bubbling system isn't existent the child objects should be able to process the signal. You should be able...