README: document pure C11 loader as a co-equal main implementation#431
Merged
Conversation
- 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 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the pure C11 loader (
tiny_obj_c+tobj_tess, merged in #430) in the README and refreshes stale content.Changes
tiny_obj_loader.h) and C11 (tiny_obj_c.{c,h}+tobj_tess.{c,h}) as two co-equal, independently usable implementations..cfiles).What's newentry (19 Jun 2026) and a C11 compiler requirement.v0.9.xbranch notes, the 2016v1.0.0changelog line, the "Old version" subsection, and the externaltinyobjloader-c(C99) pointer — the latter is superseded by the built-in C11 loader.Docs-only; no code changes.
🤖 Generated with Claude Code