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 would like to use this for a v2 rewrite I am doing of my very old-in-the-tooth Sketch Notes app.
I'm doing the new version in Flutter, so I guess I'll be building a Flutter plugin for this unless someone else has already done so?
I'm guessing that using the OpenGL api will be the best approach as I think that Flutter already uses this for other "hot path" Android integrations like camera viewfinder video feed and I have myself used the approach documented here on a past project showing a opengl visualisation written in c++ inside a Flutter app.
But I'm definitely no expert in this so any guidance on the best way to approach exposing this to Flutter would be most appreciated.
First of @emilieroberts thank you so much for releasing this!
I would like to use this for a v2 rewrite I am doing of my very old-in-the-tooth Sketch Notes app.
I'm doing the new version in Flutter, so I guess I'll be building a Flutter plugin for this unless someone else has already done so?
I'm guessing that using the OpenGL api will be the best approach as I think that Flutter already uses this for other "hot path" Android integrations like camera viewfinder video feed and I have myself used the approach documented here on a past project showing a opengl visualisation written in c++ inside a Flutter app.
But I'm definitely no expert in this so any guidance on the best way to approach exposing this to Flutter would be most appreciated.