OpenGL

已回答

I have downloaded and installed PyOpenGL on my Windows 10 machine with no errors. I have the Community Edition of PyCharm at present so that I can learn both Python and OpenGL.

How do I get PyOpenGL to run in Pycharm? As a plugin? Badly stuck. Or is there another way to get OpenGL in PyCharm. My main interest is graphics programming with Python to tie in with Blender Python, Corel Paintshop Pro python etc.

 

I absolutely love your program and hope to move on to the full version later.Thanks

Walter Dain

 

0

You most likely want to use pyglet as a wrapper atop OpenGL. Or if you want an even easier start, use Arcade for doing some games. As a note, the author of Arcade is doing a webinar with us next week.

0

请先登录再写评论。