Computer Graphics Programming, OpenGL using python

Publicado em: 02 Fevereiro 2022
no canal de: MNS Tutorial
3,164
23

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...


Nesta página do site você pode assistir ao vídeo on-line Computer Graphics Programming, OpenGL using python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário MNS Tutorial 02 Fevereiro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 3,164 vezes e gostou 23 espectadores. Boa visualização!