# https://stackoverflow.com/questions/59823131/how-to-rotate-a-cube-using-mouse-in-pyopengl/59823600#59823600 # GitHub - PyGameExamplesAndAnswers - PyGame and OpenGL ...
> One example of "immediate mode" is using `glBegin` and `glEnd` with `glVertex` in between them. Another example of "immediate mode" is to use `glDrawArrays` with a client vertex array (i.e. not a ...