mcfletch / pyopengl

Repository for the PyOpenGL Project
Other
314 stars 97 forks source link

How to compile pyopengl on windows #116

Closed poiug07 closed 4 months ago

poiug07 commented 5 months ago

I cannot find instructions, nor can I build the project properly for Windows. Does this project support Windows?

I believe dependencies are not defined properly, but still trying to figure out. Would be helpfull if someone can tell how to install in 2024 April.

poiug07 commented 4 months ago

I was able to install pyopengl here are the steps:

  1. Create python=3.8.5 environment;
  2. Install C++ Build Tools. It is important to include "Windows 10 SDK";
  3. Install pyopengl from source.

изображение