Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax-va/project-pyglobe3d
PyGlobe3D is a free open-source logical-graphical Python library for creating globes by hexagon-like polygons.
https://github.com/ax-va/project-pyglobe3d
Last synced: about 18 hours ago
JSON representation
PyGlobe3D is a free open-source logical-graphical Python library for creating globes by hexagon-like polygons.
- Host: GitHub
- URL: https://github.com/ax-va/project-pyglobe3d
- Owner: ax-va
- License: bsd-3-clause
- Created: 2021-06-08T18:29:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T09:13:38.000Z (about 1 year ago)
- Last Synced: 2023-10-02T11:07:56.699Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyGlobe3D
PyGlobe3D is a free open-source logical-graphical Python library for creating globes by hexagon-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-2022 Alexander Vasiliev