Skip to content

Creating a project using Python, Qt and OpenGL to practice my skills.

Notifications You must be signed in to change notification settings

mshooter/QRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRenderer

Personal project to practice Python, Qt and OpenGL.

Installation

This project was developed on a MacBook Air with M2 chip.

conda create -n qtProject python=3.12
pip3 install -r requirements.txt

Run

Change .obj file path accordingly.

python3 renderer.py

ToDo's

  • Load the SMAL model and implement something similar to Benjamin Biggs' Project
  • Create moving/controllable camera
  • Template the project and use it for other things to practice 3D animation papers, inspired by Jerome Eippers
  • Add parameters, for options

Current UI updates

14/10/2024: Initial look of the UI using Qt updatev0

About

Creating a project using Python, Qt and OpenGL to practice my skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages