convert to using PyOpenGL and glfw

This commit is contained in:
pythongosssss
2026-01-28 20:48:20 -08:00
parent aaea976f36
commit a4317314d2
3 changed files with 347 additions and 264 deletions

View File

@@ -25,10 +25,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip