seelabutk / pbnj

C++ wrapper library around OSPRay to simplify scientific volume rendering
5 stars 3 forks source link
ospray tapestry volume-rendering

PBNJ - Peanut Butter N Jelly

C++ wrapper library on top of OSPRay to simplify scientific volume rendering

Provides the following:

Each PBNJ object (apart from the Renderer at the moment) is designed to be initialized once and reused. This is the base for Enchiladas, as a Volume, Camera, and Renderer can be initialized once. Then a stream of images can be sent to a client.

PBNJ forms the rendering core for the Tapestry project.

The example application simpleVolumeRender demonstrates using PBNJ with a JSON config file.

Documentation is provided and can be built to HTML using Sphinx