In this tutorial, you will learn how to prepare your system to using python to implement OpenGL programming.
Make sure you install python 3.8, since this is the latest python version that support installing pyOpenGL-accelerate via pip.
To Check your PowerShell if allow run scripts:
Get-ExecutionPolicy -List
You may need to run following command to allow your PowerShell to run custom scripts:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Create python environment:
python -m venv venv
Activate environment (PowerShell):
./venv/Scripts/Activate.ps1
Activate environment (Unix: macOS/Linux):
source ./venv/bin/activate
Deactivate environment (All platforms):
deactivate
Check installed packages:
pip list
Install required packages:
pip install numpy pygame pyopengl pyopengl-accelerate
The following repository is based on the book "Developing Graphics Frameworks with Python and OpenGL" by Lee Stemkoski and Michael Pascale:
https://github.com/ax-va/PyOpenGL-Pyg...
En esta página del sitio puede ver el video en línea Computer Graphics Programming, OpenGL using python de Duración hora minuto segunda en buena calidad , que subió el usuario MNS Tutorial 02 febrero 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 3,164 veces y le gustó 23 a los espectadores. Disfruta viendo!