Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visgl/luma.gl
High-performance Toolkit for WebGL-based Data Visualization
https://github.com/visgl/luma.gl
data-visualization uber webgl
Last synced: 10 days ago
JSON representation
High-performance Toolkit for WebGL-based Data Visualization
- Host: GitHub
- URL: https://github.com/visgl/luma.gl
- Owner: visgl
- License: other
- Created: 2016-01-25T09:41:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T21:12:07.000Z (6 months ago)
- Last Synced: 2024-05-17T21:07:54.750Z (6 months ago)
- Topics: data-visualization, uber, webgl
- Language: TypeScript
- Homepage: https://luma.gl
- Size: 171 MB
- Stars: 2,246
- Watchers: 1,538
- Forks: 201
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - visgl/luma.gl - High-performance Toolkit for WebGL-based Data Visualization (data-visualization)
README
luma.gl | Docs
luma.gl: High-performance Toolkit for WebGL-based Data Visualization
## Overview
luma.gl is a GPU toolkit for the Web focused primarily on data visualization use cases. luma.gl aims to provide support for GPU programmers that need to work directly with shaders and want a low abstraction API that remains conceptually close to the WebGPU and WebGL APIs. Some features of luma.gl include:
- A robust GLSL shader module system.
- A convenient object-oriented API wrapping most WebGL objects
- Higher-level engine constructs to manage the animation loop, drawing and resource managementUnlike other common WebGL APIs, the developer can choose to use the parts of luma.gl that support their use case and leave the others behind.
While generic enough to be used for general 3D rendering, luma.gl's mandate is primarily to support GPU needs of data visualization frameworks in the vis.gl suite, such as:
- [kepler.gl](https://github.com/keplergl/kepler.gl) a powerful open source geospatial analysis tool for large-scale data sets
- [deck.gl](https://github.com/visgl/deck.gl) a WebGL-powered framework for visual exploratory data analysis of large data sets
- [streetscape.gl](https://github.com/uber/streetscape.gl) A visualization toolkit for autonomy and robotics data encoded in the XVIZ protocol# Installation, Running Examples etc
For details, please refer to the extensive [online website](https://luma.gl).