vasturiano/globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 21st, 2026
Created on February 15th, 2019
Open Issues & Pull Requests: 133 (+0)
GitHub issues: Enabled
Number of forks: 433
Total Stargazers: 3,184 (+0)
Total Subscribers: 31 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.5 hours
Mean response time: 36.0 days
90th percentile: 92.3 days
Tracked items: 45

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 55% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 579 days
Stale 30+ days: 27
Stale 90+ days: 27

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Globe.gl is a UI component for visualizing data on an interactive 3D globe using ThreeJS and WebGL.

The tool addresses the need to display geospatial data in an engaging, three-dimensional format. It leverages ThreeJS for 3D rendering and WebGL for hardware-accelerated graphics, allowing developers to plot data points, regions, or other geographic information on a rotating globe that users can interact with through mouse controls. The component abstracts away the complexity of setting up 3D scenes and coordinate transformations, presenting a high-level interface for globe-based visualization.

Globe.gl suits projects that need to present geographic or global-scale data in a visually compelling way, such as population distributions, network connections across regions, or any dataset with geographic coordinates. It works well when the interactive 3D presentation adds meaningful insight beyond what a flat map would provide. The tool is particularly valuable for web applications where embedding a self-contained visualization component is preferable to building 3D graphics infrastructure from scratch.

The project shows consistent maintenance with regular updates addressing bugs and adding incremental enhancements. Development activity demonstrates responsiveness to user-reported issues and a steady cadence of improvements to the codebase. The maintainer actively incorporates feedback and refines the component's capabilities over time.