PyCG
This is a desktop app for viewing and transforming 3D wireframe models, made as a UFSC Computer Graphics (INE5420) project using Qt for Python. Source code is available on GitHub.
Installation
Use
- Download and uncompress the latest release archive.
- Install dependencies:
pip install -r requirements.txt --user
- Execute the application:
python3 pycg/app.py
Note: you may optionally pass in OBJ files to be loaded on startup.