https://github.com/ax-va/axvaglobe
AxVaGlobe is a free open-source logical-graphical Python library for creating globes by hexagon-like polygons.
https://github.com/ax-va/axvaglobe
Last synced: about 2 months ago
JSON representation
AxVaGlobe is a free open-source logical-graphical Python library for creating globes by hexagon-like polygons.
- Host: GitHub
- URL: https://github.com/ax-va/axvaglobe
- Owner: ax-va
- License: bsd-3-clause
- Created: 2021-06-08T18:29:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:31:03.000Z (about 2 months ago)
- Last Synced: 2025-04-06T19:34:18.447Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AxVaGlobe
**AxVaGlobe** is a logical-graphical Python library for creating globes by hexagon-or-pentagon-like polygons.A *surface unit* is a hexagon-like polygon consisting of six triangles or a pentagon-like polygon consisting of five triangles that share one vertex of the icosahedron. The surface units approximate the sphere or some part of the sphere.
Changing the radius of the sphere for the surface units can create arbitrary 3D surfaces on the sphere. The logical component is that each surface unit knows its nearest neighbors that is implemented algorithmically, not by storage. Due to that, discrete movement on the surface is possible.
© 2021–2025 Alexander Vasiliev