syoyo / tinygltf

Header only C++11 tiny glTF 2.0 library
MIT License
2.05k stars 414 forks source link

[TODO] Add support to read KTX image using tiny_ktx #172

Open syoyo opened 5 years ago

syoyo commented 5 years ago

https://github.com/DeanoC/tiny_ktx

Ybalrid commented 5 years ago

That's interesting.

I saw that Sascha Willems uses KTX textures in his glTF + Vulkan + PBR demo

syoyo commented 5 years ago

Added initial ktx support in tinyktx branch: https://github.com/syoyo/tinygltf/tree/tinyktx

spnda commented 2 years ago

@syoyo Do you have any plans on continuing working on that branch? Also, do you have any information/samples on how to use other compressed texture format extensions? (e.g. MSFT_texture_dds)

syoyo commented 2 years ago

@spnda There is no plan to working on it again. Your contribution is much appreciate.

cnlohr commented 1 year ago

At this point, it looks like Meta will only offer KTX textures on their rendermodels in OpenXR. This is quite frustrating. Does anyone have instructions on how to use tiny_ktx with newer tinygltf?

syoyo commented 1 year ago

No one is working on it. You can contribute