nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

WebGL support #4

Closed nmfisher closed 6 months ago

nmfisher commented 7 months ago

Don't have the link handy but on the Flutter GitHub there's an issue about Texture support not currently supported in the CanvasKit build.

If we want to support WebGL before that lands, we would be limited to creating the WebGL texture outside Flutter and inserting it either underneath or on top of the Flutter canvas (and ensuring appropriate transparency).

nmfisher commented 6 months ago

Now available on the feature/webgl-dart2wasm branch, which should be merged into develop soon.