simnalamburt / obj-rs

:shipit: Wavefront obj parser for Rust

Home Page:https://docs.rs/obj-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO list

simnalamburt opened this issue · comments

TODOs

  • Documenting OBJ, MTL spec docs → wiki
  • Streaming
  • SIMD aware type → #9
  • Beautiful type structure → #9
  • Beautiful code structure
  • Triangulation
  • Dead-simple usage
  • Informative error message with line number → #2
  • 100% API documentation
  • Well tested
  • Bump glium version
  • Tidy error module
  • Remove all uses of pointers
  • Resolve all TODOs in source codes
  • Opt-out serde by default
  • Test "features" in GitHub Actions with feature matrix
  • Full support of OBJ, MTL spec
  • Multiple encoding support
  • Parameter with whitespaces support
  • Triangulation support