- Present C++11 (tiny_obj_loader.h) and C11 (tiny_obj_c + tobj_tess) as two
co-equal, independently usable implementations in the intro.
- Add a "Pure C11 loader" section: properties (freestanding/dependency-free,
dual precision, robust tessellation, primitives incl. free-form, materials,
optional MT/SIMD/mmap), a usage example, and build notes.
- Add a dated "What's new" entry and a C11 compiler requirement.
- Remove stale content: v0.9.x branch notes, v1.0.0 (2016) changelog line,
the "Old version" subsection, and the external tinyobjloader-c (C99) pointer
(superseded by the built-in C11 loader).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Documents the pure C11 loader (tiny_obj_c + tobj_tess, merged in #430) in the README and refreshes stale content.
Changes
Docs-only; no code changes.
🤖 Generated with Claude Code