Home

Awesome

Open Volume Renderer (OVR)

CI

Expected Rendering Result

TODO List

Building the Code

This code contains two versions because the rendering framework was heavily factored and reimplemented for multiple times. The new version lies in the src directory with the old version in sources. The old version probably should not be used, so it is commented out intentionally. The old version is still being kept because there are functionalities yet to be ported.

This code also contains experimental programs implemented for testing. Each directory in the experiment folder contains one standalone program. They are simplied versions of the main renderer, which can be useful for embeded rendering implementation.

Dependencies

Detailed steps below:

Building

    mkdir build
    cd build
    cmake --build .

Running

TODO