comodoro / FractalZoo

Open source Android fractal application
GNU General Public License v3.0
9 stars 15 forks source link

GLFractalView rendering blocks the UI #3

Closed comodoro closed 6 years ago

comodoro commented 6 years ago

Despite separate thread according to android docs, GLSurfaceView rendering blocks, might be separate GL context and offscreen rendering is necessary

comodoro commented 6 years ago

More or less solved by RenderImageView