{"id":58622,"library":"tobj","title":"tobj","description":"A lightweight OBJ loader in the spirit of tinyobjloader.","status":"active","version":"4.0.4","language":"rust","source_language":null,"source_url":"https://github.com/Twinklebear/tobj","tags":["3d","obj","loader","graphics"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntobj = \"4.0.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tobj","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"load_obj","correct":"use tobj::load_obj;"}],"quickstart":{"code":"use tobj::load_obj;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let (models, materials) = load_obj(\"model.obj\", &tobj::GPU_LOAD_OPTIONS)?;\n    println!(\"Loaded {} models\", models.len());\n    Ok(())\n}","lang":"rust","description":"Loads an OBJ file and prints the number of models."},"warnings":[],"env_vars":null,"search_vec":"'3d':11 'graphic':14 'lightweight':3 'loader':5,13 'obj':4,12 'spirit':8 'tinyobjload':10 'tobj':1","created_at":"2026-06-16T16:32:40.953010+00:00","updated_at":"2026-06-16T16:32:40.953010+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/Twinklebear/tobj","github":"https://github.com/Twinklebear/tobj","docs":"https://docs.rs/tobj/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}