/odin-obj

obj importer in odin

Primary LanguageOdinMIT LicenseMIT

odin-obj

A scuffed .obj importer in odin. Used this to learn about the file format, but releasing it just in case it can be of some use to someone.

CURRENT SUPPORT

  • .obj files with 3-4 face elements

TODOs

  • Pooling for vertices and indices
  • Reduce triangulation to a generic pattern to allow for more than 4 face elements
  • Support .mtl files

RESOURCES