19 releases (10 major breaking)

Uses old Rust 2015

10.0.0 Apr 4, 2021
9.0.0 Dec 2, 2020
8.0.0 Jul 5, 2020
7.0.0 Sep 4, 2019
0.0.2 Jan 27, 2015

#807 in Parser implementations

Download history 1010/week @ 2024-01-07 1027/week @ 2024-01-14 933/week @ 2024-01-21 636/week @ 2024-01-28 742/week @ 2024-02-04 1032/week @ 2024-02-11 1170/week @ 2024-02-18 1050/week @ 2024-02-25 1032/week @ 2024-03-03 948/week @ 2024-03-10 1280/week @ 2024-03-17 1376/week @ 2024-03-24 1303/week @ 2024-03-31 885/week @ 2024-04-07 1353/week @ 2024-04-14 1121/week @ 2024-04-21

4,805 downloads per month
Used in 53 crates (11 directly)

MIT license

88KB
3K SLoC

wavefront_obj Build Status

This is a parser for the wavefront .obj file format. There are informative error messages with line number reporting. The full file format is not supported, although patches for adding support for unimplemented parts of the format are very welcome.

This is a best-effort attempt to parse the subset of .obj files exported by blender.

How to contribute


lib.rs:

Parsers for wavefront's .obj and .mtl file format for loading meshes.

Dependencies

~205KB