Moritz Mœller
Moritz Mœller
I'm on Ubuntu 24.04. What I'm doing inside my cloned OIIO repo is: ``` git checkout v2.5.15.0 cmake -DOpenImageIO_BUILD_MISSING_DEPS=all -B build -S . cmake --build build --target install ``` What...
I had this fixed in #59 but you reverted it, I think? Changing ```toml [dependencies] image = "0.25" ``` to ```toml [dependencies] image = { version = "0.25", default-features =...
See subject. This adds support for swapping out `std::sync::Arc` (`parking_lot`) resp. `alloc::sync::Arc` (`lock_api`) for [`triomphe`](https://docs.rs/triomphe/latest/triomphe/)`::`[`Arc`](https://docs.rs/triomphe/latest/triomphe/struct.Arc.html). Both crates had a `triomphe` feature added but alternatively I could put this behind a...
This adds: - A `cache_access` feature gate (off by default). - Feature documentation via the [`document-features`](https://crates.io/crates/document-features) crate (extracted from `Cargo.toml` during a `doc` build). - A flag to have `docs.rs`...
TLDR; Only add this API and get LuisaRender directly integrated into Maya, Houdini, Katana, Cinema4D and Gaffer. **Is your feature request related to a problem? Please describe.** * Sending 'live'...
Running `cargo clippy` spits out a ton of simplifications and patterns that could be replaced by more canonical code.
Maybe my machine doesn't have enough RAM (16GB)? On that note, I am running the [`Efficient-Image-Shape-Splatting`](https://github.com/LuisaGroup/Efficient-Image-Shape-Splatting) example just fine, i.e. ``` cargo run --release --bin akari-cli -- -s scenes/fireplace-room/scene.json -m...
See subject. I.e. the link is in the generated `.typst` but it doesn't point anywhere meaningful.
This crate looks awesome. Found it through my GH suggestions, completely under the radar. :grin: I'm wondering about OBJ export. I mean as (trimmed) NURB curves/surfaces. OBJ format fully supports...
See subject. [Ayam](http://ayam.sourceforge.net/) is an OSS NURBS modeler that is very mature. The license is BSD so you may have an issue if you translate code and put it under...