wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop support

mariuszmaximus opened this issue · comments

Do you have a plan to add a Desktop platform? https://docs.flutter.dev/desktop ?
Is that a big problem?

I want to support desktop but i have no experience on desktop. 😭
if you have interest welcome pull request.

flutter_gl_macos had update to github.
but it still have a problem, now it only can draw to fbo with dart, but can not updateTexture to flutter....
need help...

it looks like macos opengl context setup is not work, i have no idea now.

anyway we can make it work without opengl context.
just read pixels, then convert pixels to CVPixelsBuffer ??? maybe have performance problem??

now we can update texture to flutter on macos

I confirm ! it works !

maybe still have api not added, welcome PR ISSUE