Personal project still in progress, an excuse to try modern OpenGL & GLFW with Python
# Dowload package & install
git clone https://github.com/RealDanTheMan/pyrousel
cd pyrousel
python -m pip install .
# Run Pyrousel
python -m pyrousel
# Dowload package & install
Invoke-WebRequest -Uri "https://github.com/RealDanTheMan/pyrousel/archive/refs/heads/dev.zip" -OutFile "pyrousel.zip"
Expand-Archive -Path "pyrousel.zip" -DestinationPath ".\\pyrousel\\"
cd .\\pyrousel\\pyrousel-dev\\
py -m pip install .
# Run Pyrousel
py -m pyrousel