Skip to content

bthcode/PyGlobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages