-
Notifications
You must be signed in to change notification settings - Fork 7
Intro
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:
- A directory with your datasets in them (currently raw and netcdf files are supported).
- 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
- 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