9prady9 / MeshIO

Header only library to read/write polygonal meshes.
BSD 2-Clause "Simplified" License
6 stars 3 forks source link

json reader for glTF #48

Open acrlakshman opened 4 years ago

acrlakshman commented 4 years ago

Since glTF adopts json format, can we try to use https://github.com/nlohmann/json to parse .gltf files.

How should we parse .bin files?

Ref.: @9prady9

acrlakshman commented 4 years ago

I just realized tinygltf uses the json library I mentioned above.

9prady9 commented 4 years ago

Yeah, I have used https://github.com/nlohmann/json once before, it is very nice I think. It makes reading json a super easy task. We can use it for reading json. I created a two-people chat room for which you should have got invite link. Join that, it will make discussions easy.