opengl_texture_widget_example icon indicating copy to clipboard operation
opengl_texture_widget_example copied to clipboard

bad performance

Open fpv999 opened this issue 6 years ago • 1 comments

I implemented your code, added 1 simple moving line draw, attached to my project. It works, but it's slow. I doubt I get 30fps. The rendering thread is not an issue, as it always draws a frame below 10 ms. It's like Flutter is not updating (or updating very slowly) screen content with the swapped buffer. This makes this whole approach unusable when used on widgets half of the device screen.

Anyone any idea?

fpv999 avatar Jan 27 '20 19:01 fpv999

PlatformView work greate

zhouzaihang avatar Feb 07 '20 03:02 zhouzaihang