{"id":58198,"library":"gltf","title":"glTF","description":"glTF 2.0 loader for Rust, providing access to glTF scene data.","status":"active","version":"1.4.1","language":"rust","source_language":null,"source_url":"https://github.com/gltf-rs/gltf","tags":["gltf","3d","graphics","loader","mesh"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngltf = \"1.4.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gltf","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Gltf","correct":"use gltf::Gltf;"}],"quickstart":{"code":"use gltf::Gltf;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let gltf = Gltf::open(\"model.gltf\")?;\n    for mesh in gltf.meshes() {\n        println!(\"Mesh: {:?}\", mesh.name());\n    }\n    Ok(())\n}","lang":"rust","description":"Open a glTF file and iterate over its meshes."},"warnings":[{"fix":"Use `gltf::Gltf::from_slice` with the binary data after extracting the glTF chunk.","message":"Binary glTF (.glb) files require the `gltf-utils` crate or manual parsing.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'2.0':3 '3d':14 'access':8 'data':12 'gltf':1,2,10,13 'graphic':15 'loader':4,16 'mesh':17 'provid':7 'rust':6 'scene':11","created_at":"2026-06-16T16:14:58.855393+00:00","updated_at":"2026-06-16T16:14:58.855393+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gltf-rs/gltf","github":"https://github.com/gltf-rs/gltf","docs":"https://docs.rs/gltf/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}