Skip to content

Repository files navigation

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

About

3D Globe in Python / Qt / OpenGL

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages