Skip to content

Python based 3D model visualiser using OpenGL & GLFW

License

Notifications You must be signed in to change notification settings

RealDanTheMan/pyrousel

Repository files navigation

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

About

Python based 3D model visualiser using OpenGL & GLFW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published