Registry / utility / wavefront-obj

wavefront-obj

JSON →
library11.0.0rscratesunverified

A parser for the Wavefront .obj file format used for 3D geometry.

# Cargo.toml [dependencies] wavefront_obj = "11.0.0"
INSTALL
IMPORT
SIG · WAVEFRONT-OBJ
W
wavefront-obj
utilityrustv11.0.0
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.

ObjSet
✓ use wavefront_obj::obj::ObjSet;

Parse a Wavefront OBJ string into an ObjSet.

use wavefront_obj::obj::ObjSet; let obj_str = "v 0.0 0.0 0.0\nv 1.0 0.0 0.0\nf 1 2"; let obj = ObjSet::parse(obj_str).unwrap(); println!("{:?}", obj);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
wavefront-obj — cargo add wavefront-obj · libregistry