Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 2.51 KB

File metadata and controls

61 lines (55 loc) · 2.51 KB

Pyrousel - Python based 3D model visualiser Python package Ruff

Personal project still in progress, an excuse to try modern OpenGL & GLFW with Python

Instalation (Linux Bash)

# Dowload package & install
git clone https://github.com/RealDanTheMan/pyrousel
cd pyrousel
python -m pip install .

# Run Pyrousel
python -m pyrousel

Installation (Windows PowerShell)

# 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

Examples


Example Image Example Image Example Image Example Image

Example Image Example Image Example Image Example Image

Example Image Example Image Example Image Example Image

Full Property Panel

Example Image