taqu / cppgltf

glTF 2.0 reader for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cppgltf

The cppgltf is a glTF 2.0 reader which is made from scratch.

Limitations

  • Never support huge files which are over 2 GB.
  • Not support Draco, now.

Test

Take data for testing from https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0

Name Text Binary Embedded
Box OK OK OK
BoxTextured OK OK OK
BoomBox OK OK OK

License

This is free and unencumbered software released into the public domain.

About

glTF 2.0 reader for C++

License:The Unlicense


Languages

Language:C++ 99.7%Language:CMake 0.3%