blob: 99378ceabbd0df84fa1eb6e359349489932b724e [file] [log] [blame] [view]
# Experimental code for .obj loader.
* Multi-threaded optimized parser : tinyobj_loader_opt.h
## Requirements
* C++-11 compiler
## Compile options
* zstd compressed .obj support. `--with-zstd` premake option.
* gzip compressed .obj support. `--with-zlib` premake option.
## Licenses
* lfpAlloc : MIT license.