#wavefront-obj #basic #parser #position #vertex #coordinates

bobp

A library for basic parsing of Wavefront OBJ files

1 unstable release

0.1.0 Jul 2, 2022

#96 in Data formats

MIT/Apache

15KB
353 lines

Continuous Integration

bobp

A library for basic parsing of Wavefront OBJ files.

Supports vertex positions, texture coordinates, and normals. See examples/simple.rs for an example of basic usage.

Usage

Add this to your Cargo.toml:

[dependencies]
bobp = "0.1"

License

This project is licensed under either of:

at your option.

No runtime deps