Skip to content

fionahiklas/python-opengl-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Using example tutorials to learn OpenGL

Setup

Run the following to create a virtual python environment

virtualenv localpy

Add this into the path

export PATH=`pwd`/localpy:$PATH

Install OpenGL

pip install pyopengl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages