{"id":21630076,"url":"https://github.com/virtualritz/dl-openvdb-query","last_synced_at":"2025-07-28T16:11:37.313Z","repository":{"id":57620108,"uuid":"283846001","full_name":"virtualritz/dl-openvdb-query","owner":"virtualritz","description":"Safe Rust wrapper for lib3delight’s OpenVDB metadata query API.","archived":false,"fork":false,"pushed_at":"2023-04-13T19:35:31.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T05:55:09.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualritz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-30T18:14:23.000Z","updated_at":"2023-04-13T19:23:26.000Z","dependencies_parsed_at":"2022-09-16T19:12:09.256Z","dependency_job_id":null,"html_url":"https://github.com/virtualritz/dl-openvdb-query","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fdl-openvdb-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fdl-openvdb-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fdl-openvdb-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualritz%2Fdl-openvdb-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualritz","download_url":"https://codeload.github.com/virtualritz/dl-openvdb-query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244307208,"owners_count":20431983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T02:09:42.596Z","updated_at":"2025-03-18T21:23:36.564Z","avatar_url":"https://github.com/virtualritz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# `dl-openvdb-query`\n\nSafe wrapper for `lib3delight`’s [OpenVDB](https://www.openvdb.org/)\nmetadata query API.\n\n## Dependencies\n\nThis crate needs [3Delight](https://www.3delight.com/) at runtime.\n\nIf you build the crate with the feature `link_lib3delight` you also need\nthis installed at compile time.\n\n## Features\n\n```toml\n[dependencies]\ndl-openvdb-query = { version = \"0.2\", features = [\"link_lib3delight\"] }\n```\n\n## Use\n\n```rust\nlet open_vdb_query =\n    dl_openvdb_query::DlOpenVdbQuery::new(\n        \"tests/sphere_points.vdb\",\n    )\n    .unwrap();\n\nlet min = -0.9416000247001648;\nlet max =  1.0593000277876854;\nassert_eq!(\n    open_vdb_query.bounding_box().unwrap(),\n    [min, min, min, max, max, max]\n);\nassert_eq!(\n    open_vdb_query.grid_names().unwrap(),\n    vec![\"points\"]\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualritz%2Fdl-openvdb-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualritz%2Fdl-openvdb-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualritz%2Fdl-openvdb-query/lists"}