tinyobjloader icon indicating copy to clipboard operation
tinyobjloader copied to clipboard

Serializer

Open Ybalrid opened this issue 6 years ago • 1 comments

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.

Ybalrid avatar Jul 07 '19 14:07 Ybalrid

@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.

Ybalrid avatar Jul 07 '19 15:07 Ybalrid