athomann / hubble.gl

A client-side JavaScript library for animating data visualizations and rendering videos.

Home Page:https://hubble.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is experimental and the APIs may change. Build Status

Hubble.gl

Hubble.gl is a JavaScript library for animating data visualizations.

  • High Quality Video: Ensured framerates, high resolutions, and a variety of formats. Fine tune animations with keyframe markers and easings.

  • Easy Integration: Stand up scenes within deck.gl or kepler.gl, then animate any aspect of it. Empower users to animate without code with UI components powered by this library.

  • Client Side Library: Render within the browser without a backend. User data never leaves their machine. Since nothing runs on a server, sites can scale without backend encoders.

Installation

npm install hubble.gl

Documentation

You can find the Hubble.gl documentation on the website.

Examples

We have examples on the website.

Contributing

The main purpose of this repository is to continue to evolve Hubble.gl core, making it faster and easier to use. Development of Hubble.gl happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Hubble.gl.

Code Of Conduct

Uber has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Hubble.gl.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A client-side JavaScript library for animating data visualizations and rendering videos.

https://hubble.gl

License:MIT License


Languages

Language:JavaScript 100.0%