feat: add support to ETC1 encode/decode
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It is mandatory to add a [codec](https://github.com/gly-engine/haio/tree/develop/src/Backend_Codecs) to compress images in ETC1 via CPU, preferably accelerated via x86 SIMD and Arm Neon (optional). An ETC1 decoder is also optional.
Find the best library that suits your maintenance needs, and upgrade the project to C++ if necessary.
some libraries:
- https://github.com/hglm/detex
- https://github.com/Ericsson/ETCPACK
- https://github.com/richgel999/rg-etc1
- https://github.com/google/etc2comp
- https://github.com/SergeyMakeev/Goofy
- https://github.com/binomialLLC/basis_universal
- https://github.com/KhronosGroup/KTX-Software
- https://github.com/GameTechDev/ISPCTextureCompressor
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.