slackbuilds/graphics/OpenSubdiv
Christoph Willing 3b5cc06c85
graphics/OpenSubdiv: Updated for version 3.5.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-02 18:02:41 +07:00
..
CUDA-compatibility.patch graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
OpenSubdiv.SlackBuild graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
OpenSubdiv.info graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
README graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
slack-desc graphics/OpenSubdiv: Script improvement. 2019-10-30 01:01:15 +07:00

README

OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This code path is optimized
for drawing deforming surfaces with static topology at interactive
framerates.

Additional utility is available in OpenSubdiv when the following SBo
packages are installed and detected at build time:
    tbb glfw3 ptex

Some graphics cards are not supported with the existing version of
the cudatoolkit at SBo. Therefore CUDA backend support is not enabled
by default in this SlackBuild. It must be explicitly enabled (as well
as cudatoolkit being installed) to use it in the build e.g.
    ENABLE_CUDA=yes bash OpenSubdiv.SlackBuild
N.B. Building with CUDA is currently unsupported (broken) - don't use!