hannson / superconductor

Big data visualization on the web

Home Page:http://superconductor.github.io/superconductor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Superconductor ###Parallel Web Programming for Massive Visualizations

Public Backends

  • Sequential JavaScript layout w/ canvas rendering
  • WebCL layout w/ WebGL rendering
  • Stale: CUDA, OpenCL, C++, ASMJS, Qt

Other Known

  • Graphistry: Web workers layout w/ WebGL rendering
  • Berkeley: Rust

###Compiling from source

  • Install nodejs, java + ant, swi-pl
  • In "superconductorjs", run "npm install"
  • In "superconductorjs", run "make all"
  • In "compiler", run "ant" . You may need to fix up "local.properties" (template in "local.properties.mac")

###Test

Run "./runTestWebServer.sh" from the main folder to launch a local test server

Unit tests (pixel/zoom tests report false negatives)

Demos

WebCL

The GPU version requires a browser with WebCL bindings.

Tested

OS X 10.8.5 and 10.9.2 Safari (Samsung): https://github.com/wolfviking0/webcl-webkit

Tip: Make sure WebGL is enabled from the developer menu. Tip: Try the n-body example that comes with WebKit

Confirmed by others

Windows Chrome (AMD): https://github.com/amd/Chromium-WebCL

Unknown

Firefox (Nokia) Node (Motorola)

About

Big data visualization on the web

http://superconductor.github.io/superconductor

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 30.0%Language:Java 28.1%Language:TeX 24.8%Language:Prolog 6.4%Language:GAP 3.8%Language:HTML 3.1%Language:FreeMarker 1.7%Language:C 0.9%Language:C++ 0.7%Language:Shell 0.3%Language:Makefile 0.1%