Python OpenGL 3.3
Tested with Python 3.9.0. You can see all the libraries and versions in requirements.txt.
Install following packages via pip:
- PyOpenGL:
pip install PyOpenGL PyOpenGL_accelerate
- GLFW:
pip install glfw
- PyGLM:
pip install PyGLM
- numpy:
pip install numpy
- Pillow:
pip install Pillow
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/
G - to visualize new voxel array
ESC - to exit the program
Open your terminal or CMD and call python executable.py
or python3 executable.py
- stanfortonski - https://github.com/stanfortonski - for providing such a great codebase.