Skip to content
Mohammad (Moa) Raji edited this page Oct 17, 2017 · 2 revisions

The code behind Tapestry consists of two main internal projects (PBNJ and Enchiladas). PBNJ is a low-level wrapper around the OSPRay renderer. Enchiladas is a web server along with the frontend Javascript that enables interaction with Hyperimages.

To use Tapestry, you will need the following things:

  1. A directory with your datasets in them (currently raw and netcdf files are supported).
  2. A directory with one or more configuration files that tell Tapestry how to access the datasets. More info on configurations files can be found here: https://github.com/seelabutk/tapestry/wiki/Server-side-configurations
  3. An index.html file that includes hyperimages and optionally, hyperactions. More information about the index file and supported elements can be found here: https://github.com/seelabutk/tapestry/wiki/Frontend-elements
Clone this wiki locally