This repository is a Python port of the C++ code from the highly regarded LearnOpenGL tutorial series by Joey de Vries. The primary purpose of this repository is to provide a Python-based alternative ...
ar_project/ ├── main.py # Entry point with interactive model selection ├── config/settings.py # Centralized configuration ├── core/ # Main AR functionality │ ├── camera.py # Camera input handling │ ...