webglimpse
v2.6.0
Published
Webglimpse is a data visualization library for the web.
Downloads
721
Maintainers
Readme
Web Glimpse
Webglimpse is a data visualization library for the web.
Installation
To install the Webglimpse library, run the following command.
npm install --save webglimpse
Usage
To use Webglimpse, import into your typescript project.
import * as Webglimpse from 'webglimpse'
WebGL
Webglimpse uses WebGL for rendering, which allows smoothly interactive visualizations even for large datasets.
WebGL is supported in Chrome, Firefox, and IE11. Support in Safari is experimental, and doesn't seem quite usable yet.
TypeScript
Webglimpse is written in Typescript, an open-source language that compiles to Javascript, and feels very much like Javascript. Typescript provides static type checking, which we feel will help keep our codebase manageable as it grows.
Webglimpse can be used as if it were a pure Javascript library – you don’t have to know anything about Typescript unless you want to.
Demo
http://glimpse.metsci.com/webglimpse/1.9.1/examples/timeline/
Download
http://glimpse.metsci.com/webglimpse/downloads/webglimpse-1.9.1.tar.gz