Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 774 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 774 Bytes

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