Skip to content
/ tuoris Public

A middleware for SVG distributed visualization

License

Notifications You must be signed in to change notification settings

fvictor/tuoris

Repository files navigation

Tuoris

Build Status

Tuoris is a middleware for SVG distributed visualization in scalable resolution tiled display walls. Tuoris allows you to efficiently render complex, interactive and resolution independent visualizations, built using standard web technologies, in large-scale tiled display walls.

Installation

$ git clone https://github.com/fvictor/tuoris.git
$ cd tuoris
$ npm install

Execution

Given a yourvisualization.html document containing a SVG element, run:

$ node index.js -l -d yourvisualization.html

The visualization will be available at http://<server-ip>:8080?id=<id>&rows=<rows>&columns=<columns>, where:

  • <id> is the id of the screen, starting from 1 and assuming that screen indices grow from left to right and from bottom to top.
  • <rows> is the number of rows in the system, set to 4 by default.
  • <columns> is the number of columns in the system, set to 16 by default.

About

A middleware for SVG distributed visualization

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •