OpenGL
-
I was wondering about the current state of OpenGL/GLES/GLKit support for Pythonista (3). Between numpy and objc_util I guess the possibilities are there.
-
@Cethric has done great work on this. See https://github.com/Cethric/OpenGLES-Pythonista
-
I liked this thread where I was building the mandelbrot set in 30 seconds and then @abcabc showed us how to use OpenGL to calculate and draw it 60 TIMES a second... https://forum.omz-software.com/topic/3171/relative-performance-of-python2-vs-python3