Computer Graphics Programming, OpenGL using python

Veröffentlicht am: 02 Februar 2022
auf dem Kanal: 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...


Auf dieser Seite können Sie das Online-Video Computer Graphics Programming, OpenGL using python mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer MNS Tutorial 02 Februar 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 3,164 Mal angesehen und es wurde von 23 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!