opensubdiv-petite icon indicating copy to clipboard operation
opensubdiv-petite copied to clipboard

Selective Rust wrapper for OpenSubdiv.

Results 7 opensubdiv-petite issues
Sort by recently updated
recently updated
newest added

Thanks for creating this project! This PR makes it work in Windows. In Windows, enums are converted to `int` instead of `uint` https://github.com/rust-lang/rust-bindgen/issues/1966 So I added `as u32` to `.rs`...

CUDA support is almost done (Rust API wrappers are there). It just require some more work in build.rs. Ideally, if the `cuda` feature flag is present, `build.rs` would detect a...

* [Overview](https://graphics.pixar.com/opensubdiv/docs/far_overview.html#far-patchtable). * [API docs](https://graphics.pixar.com/opensubdiv/docs/doxy_html/a00789.html).

This broken in the resp. CMake module. I.e. even when `libomp` and/or `clang` are installed via Homebrew and even when the Homebrew Clang is set as the compiler, OpenMP is...

Somehow along the way of switching `StencilTable` from a manual to a `bindgen` generated binding I must have broken it. The example only prints level `0` (original), not the subdivided...