Erik De Rijcke

Results 49 comments of Erik De Rijcke

Thanks for the heads up! As for suggestions: The first thing that comes to mind is I had to make some changes to the original skia build script to get...

Hi reed, I did not try the GL backend, although I would *really* like to plug skia into webgl. Ideally :unicorn: I'd like to have skia render in an [offscreen...

Relevant discussion: https://bugs.chromium.org/p/skia/issues/detail?id=8041

No problem. I would :heart: to wire skia-wasm to a widget toolkit. Be it Flutter, be it React or even something else. Thing is that currently my most productive time...

Looking a bit more at the google Skia experiments, I believe google *is* actually trying to tie skia-wasm to Flutter. It seems Flutter uses Flow: https://github.com/flutter/engine/tree/master/flow to do it's rendering...

The main bulk of work is "simply" mapping the Skia API to Javascript using the bindings file. However since the Skia API is rather big, a better approach would probably...

I had a look a flutter/dart a bit to see what road could be taken to port it to the web. The first major hurdle seems to be simply porting...

Looks like Google added hw acceleration and specifically targets html5 canvas now: https://skia.org/user/modules/canvaskit

Google is actively porting flutter to the web: https://medium.com/flutter-io/hummingbird-building-flutter-for-the-web-e687c2a023a8

@blockspacer It's a bit unclear what the final goal of that project is. Is it a framework to run application written in html+js+css in say, a dedicated webworker?