18 stable releases (11 major)

Uses old Rust 2015

new 11.0.0 Jan 8, 2025
10.0.0 Apr 4, 2021
9.0.0 Dec 2, 2020
8.0.0 Jul 5, 2020
0.0.2 Jan 27, 2015

#245 in Parser implementations

Download history 1819/week @ 2024-09-18 2151/week @ 2024-09-25 1564/week @ 2024-10-02 1274/week @ 2024-10-09 1540/week @ 2024-10-16 1723/week @ 2024-10-23 1681/week @ 2024-10-30 1407/week @ 2024-11-06 1247/week @ 2024-11-13 1276/week @ 2024-11-20 1097/week @ 2024-11-27 1521/week @ 2024-12-04 2055/week @ 2024-12-11 959/week @ 2024-12-18 277/week @ 2024-12-25 956/week @ 2025-01-01

4,450 downloads per month
Used in 54 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.

No runtime deps