kvark / obj

Basic Wavefront OBJ loader
Apache License 2.0
29 stars 12 forks source link

First pass on updating the code #1

Closed kvark closed 7 years ago

kvark commented 7 years ago

Ideally, we'd want some solid parser internally (like nom/peg/combine), but that's for some later time...

It's amazing how much more expressive Rust became. Some pieces are cut to 50% of the original :)