Example of using OpenGL side by side with a python 🙂
python3 -m venv venvsource venv/bin/activate(mac)pip install -r requirements.txtpython executable.py
Camera movement is implemented using WASD.
Pressing the SPACE starts moving the light source.
Pressing the ESC closes the program.