bobp

Crates.iobobp
lib.rsbobp
version0.1.0
sourcesrc
created_at2022-07-02 12:03:07.835316
updated_at2022-07-02 12:03:07.835316
descriptionA library for basic parsing of Wavefront OBJ files
homepage
repositoryhttps://github.com/IoanThomas/bobp
max_upload_size
id617754
size30,122
Ioan Thomas (IoanThomas)

documentation

README

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.

Commit count: 37

cargo fmt