Relative Content

Tag Archive for pythonopenglpygamepyopengl

How can I draw using pygame, while also drawing with pyopengl?

I have a program that is written in python and uses pygame along with pyopengl. The only problem is, I can’t draw anything on the screen with pygame.draw which is what I was going to use for interfacing with my program. I would like to know if there is a way to draw using pygame’s system while also drawing 3D using pyopengl behind it.