tinyobjloader
tinyobjloader copied to clipboard
Serializer
For needs in https://github.com/lighttransport/gltf-insight, I'm writing an obj serializer. I figure it may be valuable to use tinyobj's data structure as an intermediate, since you have everything here to represent a obj file in memory.
Doing so, it make sense to write the code that write the files inside the library itself.
This is a draft, it's not ready to be merged yet, but this will permit you to easily follow the progress of my fork, in case you are interested into it.
@syoyo I have never used wercker as a CI service. Looks like the build script can't find clang++. I will try to see if I can help with that too, it seems that the master branch is not passing CI either.