bobp 0.1.0

A library for basic parsing of Wavefront OBJ files
Documentation
  • Coverage
  • 10%
    1 out of 10 items documented1 out of 2 items with examples
  • Size
  • Source code size: 29.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • IoanThomas/bobp
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • IoanThomas

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.