opensubdiv
An Open-Source subdivision surface library
homepage ↗ github: PixarAnimationStudios/OpenSubdiv
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 3.6.1 | 2 | 13 h | details › |
| waebbl GitHub ↗ | 3.4.4-r1 | 1 | 5 mo | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | arm | Committed | |
|---|---|---|---|---|---|---|---|
| 3.6.1 | gentoo | amd64 stable | arm64 testing | x86 testing | arm testing | — | view · download · history ↗ |
| 3.6.0-r4 | gentoo | amd64 stable | arm64 testing | x86 testing | arm testing | — | view · download · history ↗ |
| 3.4.4-r1 ≈ | waebbl | amd64 testing | arm64 testing | x86 testing | arm testing | 5 mo | view · download · history ↗ |
Use flags of 3.6.1
- X Add support for X11
- cuda Enable NVIDIA CUDA support (computation on GPU)
- doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- examples Install examples, usually source code
- glfw Build all example files that uses (media-libs/glfw)
- opencl Enable OpenCL support (computation on GPU)
- +opengl Add support for OpenGL (3D graphics)
- openmp Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- ptex Adds support for faster per-face texture mapping through media-libs/ptex
- python Use dev-lang/python to process source and documentation source files
- tbb Enable multithreading with the Intel Threads Building Blocks through dev-cpp/tbb
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- tutorials Install the tutorials
Runtime dependencies of 3.6.1
show 28 lines
examples?
(
opengl?
(
glfw?
(
)
)
)
opengl?
(
)
opencl?
(
)
openmp?
(
||
(
)
)
ptex?
(
)
tbb?
(
)
test?
(
)