A playground and testing repo to implement OpenGL 3.3 in a wxPython interface using pyglet as an OpenGL-wrapper.
cd gl3wxpyg/
git pull
python3 -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Currently this repo has only one example. It shows how to create a OpenGL canvas in wxPython and hand it over to pyglet.
Simply run: python 01_Triangle.py