28 releases (5 stable)
2.0.0-beta.1 | Apr 6, 2023 |
---|---|
2.0.0-alpha.1 | Jun 24, 2022 |
1.0.4 | Jun 20, 2022 |
1.0.3 | Sep 7, 2020 |
0.4.11 | May 12, 2020 |
#1101 in Parser implementations
308 downloads per month
Used in 5 crates
(2 directly)
105KB
841 lines
wavefront_rs
wavefront_rs
is a RUST implementation for parsing and writing the wavefront obj format.
lib.rs
:
wavefront_rs
is a RUST implementation for parsing and writing the
wavefront obj and mtl format.
The obj module contains all the types that are used when working with
the wavefront obj
format including entities, lexer, writer etc.