metsci / webglimpse

Interactive visualization of large datasets, using WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Glimpse

Webglimpse is a data visualization library for the web.

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

https://metsci.github.io/webglimpse/releases/1.9.1/examples/timeline/

Download

https://metsci.github.io/webglimpse/downloads/webglimpse-1.9.1.tar.gz

About

Interactive visualization of large datasets, using WebGL

License:Other


Languages

Language:TypeScript 79.8%Language:JavaScript 18.8%Language:HTML 0.9%Language:CSS 0.4%