aboutsummaryrefslogtreecommitdiff
path: root/experimental/README.md
blob: 99378ceabbd0df84fa1eb6e359349489932b724e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.