jacobnrohan
jacobnrohan
This would be useful to me as well.
I am guessing you are also trying to draw basic shapes in the background. This should be simple enough. I've asked a [similar question before](https://github.com/pyimgui/pyimgui/issues/320), but am still searching for...
Here's an example drawing shapes in the background using OpenGL ```python from __future__ import absolute_import import sys import pygame import OpenGL.GL as gl import OpenGL OpenGL.ERROR_ON_COPY = True from OpenGL.GL...