vdb-rs icon indicating copy to clipboard operation
vdb-rs copied to clipboard

🦀 Rust crate for manipulating OpenVDB files

Results 8 vdb-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version. Release notes Sourced from bevy_egui's releases. [0.27.0] - 18-Apr-2024 Added Fallible variants of primary window getters for EguiContexts. Changed Update...

dependencies
rust

Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. Changelog Sourced from glam's changelog. [0.27.0] - 2024-03-23 Breaking changes Changed implementation of vector fract method to match the Rust...

dependencies
rust

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
rust

Updates the requirements on [bevy-aabb-instancing](https://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing) to permit the latest version. Release notes Sourced from bevy-aabb-instancing's releases. bevy-aabb-instancing - 0.11.0 Releases Private Registry: NA Public Registry: NA Docker: NA Binary: NA...

dependencies
rust

Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version. Changelog Sourced from bevy's changelog. Version 0.13.0 (2024-02-17) A-Rendering + A-Windowing [Allow prepare_windows to run off main thread.][11660] [Allow prepare_windows...

dependencies
rust

Hi, I tried to run the bevy example in the library. I'm using macOS 13.3 and ran the following command: `cargo run --example bevy ~/Downloads/TornadoLoopingVDB/TornadoLooping/TornadoVDB/tornado_0000.vdb` This produces the following error:...

The `uncompressed` and `zip` code paths are correctly loading, the BLOSC code path results in what looks like wrong data loading / interpretation. ```rust let num_compressed_bytes = reader.read_i64::()?; ``` ```...