Moritz Mœller
Moritz Mœller
At the moment, `inlyne` has fairly bad typography. And I mean that in a very caring way. > Caveat -- I studied typography and worked in this area for years...
I.e. if I resize the window or use `⎈`+`⊕`/`⎈`+`⊖` to change the zoom, these changes are fogotten once `inlyne` is closed and-re opened.
A user of my [`uniform-cubic-splines`](https://crates.io/crates/uniform-cubic-splines) crate wanted to use it with `ultraviolet` and ran into a traits issue. My crate relies on `Zero`/`One` traits. Those were [removed from `std::num`](https://github.com/rust-lang/rfcs/pull/369) (unfortunately,...
See title. On that note, there are these test failures with the original version and I have not made any attempts to fix them. My contribs are purely cosmetic. ```...
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...