Example app that use PyOpenGL | OpenGL 3.3
This is example app that use Python with OpenGL. Application shows room model created by me in Blender and converted to json via assimp2json.
Install following packages via pip:
- PyOpenGL:
pip install PyOpenGL PyOpenGL_accelerate
- GLFW:
pip install glfw
- PyGLM:
pip install PyGLM
- numpy:
pip install numpy
If you have errors after installation you will do following:
pip uninstall PyOpenGL PyOpenGL_accelerate
- Download and install PyOpenGL and PyOpenGL_accelerate from https://www.lfd.uci.edu/~gohlke/pythonlibs/
Open your terminal or CMD and call python executable.py
or python3 executable.py