ZhangHuan95 / LearnOpenGL_by_PyOpenGL

Using Python to code OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is for learning OpenGL by Python

The development environment :

system : windows 7/10
ide : pycharm 2018.03 
python version : 3.7.1
libs : PyOpenGL & glfw & numpy
learning OpenGL by this web

通过Python学习OpenGL

开发环境:

系统:window7/10
开发软件:pycharm 2018.03
Python 版本:3.7.1
依赖库:PyOpenGL、glfw、numpy
学习OpenGL的网站

安装依赖库

how to use pip

1.pip install PyOpenGL
2.pip install glfw
3.pip install numpy

Pycharm download
Python download

reference(参考)

1.blog 无奈巅峰
2.blog 目光博客

About

Using Python to code OpenGL


Languages

Language:Python 98.1%Language:GLSL 1.9%