processing-android
processing-android copied to clipboard
noLoop(); does not work properly. (neither default or P2D renderer)
The loop() example here does not work. noLoop(); does not draw one single time, neither in default or P2D renderer. I think the redraw() issue is the same. In Java mode it works fine.
Probably related to this other issue: https://github.com/processing/processing-android/issues/509
Actually, I remember struggling with the behavior of noLoop() when called in setup(). It works fine if used at any later point, but if in setup, the first frame from draw is not drawn. Not sure if I know how to fix it....