3D Globe in Python / Qt / OpenGL
- NOTE: This has been tested with python 3.13 on Mac OS 15.6 and Ubuntu 24.04
- Optional CONDA setup:
conda create --name pyglobe python=3.13
conda activate pyglove
- Install:
pip install -e .
- NOTE: Will install pyside6, pyopengl, numpy, requests, pillow
cd example/
python example.py
- globe.py - Primary Widget
- tile_fetcher.py - threaded qt clss for fetching tiles
- scene.py - load and manage scene objects
- coord_utils.py - Coordinate transform utilities
