You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to try to get this going with your code. I already use golang I side flutter and it's very easy once the pattern is worked out.
I use the gomobile init again at the android NDK, but using a flag to build a .so out from go build and using that inside flutter will work too as I see your using that approach.
The cool thing with a flutter wrapper like this is that it makes it very accessible for Devs. Also the Flutter texture object that the example loads into get all the features like gestures, etc exposed in a neutral cross platform way.
Flutter also runs on all Desktops too btw.
Anyway holler if your interested :)
The text was updated successfully, but these errors were encountered:
https://github.com/mogol/opengl_texture_widget_example
I am going to try to get this going with your code. I already use golang I side flutter and it's very easy once the pattern is worked out.
I use the gomobile init again at the android NDK, but using a flag to build a .so out from go build and using that inside flutter will work too as I see your using that approach.
The cool thing with a flutter wrapper like this is that it makes it very accessible for Devs. Also the Flutter texture object that the example loads into get all the features like gestures, etc exposed in a neutral cross platform way.
Flutter also runs on all Desktops too btw.
Anyway holler if your interested :)
The text was updated successfully, but these errors were encountered: