Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 759 Bytes

File metadata and controls

48 lines (32 loc) · 759 Bytes

PyGlobe

3D Globe in Python / Qt / OpenGL

Screenshot

Documentation

Full Documentation

Installation

  • 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

Usage

cd example/
python example.py

Code Overview

  • 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