McMassiveNZ / wmcv-obj

Simple Wavefront Obj file parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wmcv-obj

build

Simple Obj Parser

  • Handles triangles and quads
  • Can Only parse vertices and meshes not curves and surfaces

TODO:

  • Material Library Parser
  • Optimize, cant take a long time to load large files
  • Handle different cases where group/sub objects can appear anywhere in the file

About

Simple Wavefront Obj file parser

License:The Unlicense


Languages

Language:C++ 55.2%Language:CMake 44.8%