Skip to content

RealDanTheMan/pyrousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors