zgotsch / wavefront_obj

A parser written in rust for the wavefront .obj file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A parser written in rust for the wavefront .obj file format.

License:MIT License


Languages

Language:Rust 100.0%