gly-engine / gly-engine/haio

feat: add support to ETC1 encode/decode

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
good first issue
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.