Registry / utility / obj
library0.10.2rscratesunverified

A package for loading Wavefront .obj files.

# Cargo.toml [dependencies] obj = "0.10.2"
INSTALL
IMPORT
SIG · OBJ
O
obj
utilityrustv0.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Obj
use obj::Obj;

Loads a Wavefront OBJ file and prints vertex count.

use obj::Obj; fn main() -> Result<(), Box<dyn std::error::Error>> { let obj = Obj::load("model.obj")?; println!("Vertices: {}", obj.vertices.len()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
obj — cargo add obj · libregistry