Introducing Vue-deckgl, open source bindings for Deck.gl in the Vue Framework.

The Engineering team at Lofty has just released vue_deckgl, which are open source bindings for Uber's Deck.gl library.

Uber describes Deck.gl as "a WebGL-powered framework for visual exploratory data analysis of large datasets."

While Uber tags the utility of Deck.gl as exploratory, the team at Lofty has found it incredibly useful for rendering data in polished production applications where data is too complex to render using traditional web based technologies. Because Deck.gl can visualize data using a computers GPU, it can handle extremely large datasets with millions of points, many layers, and multiple types of geometry.

Check out the demo video below:

Get it on npm:

https://www.npmjs.com/package/@hirelofty/vue_deckgl

Source code:

https://github.com/loftylabs/vue_deckgl

More from Lofty