Nominom / BCnEncoder.NET

Cross-platform texture encoding libary for .NET. With support for BC1-3/DXT, BC4-5/RGTC and BC6-7/BPTC compression. Outputs files in ktx or dds formats.
The Unlicense
106 stars 15 forks source link

Look into adding clustered encoding support #51

Open Nominom opened 2 years ago

Nominom commented 2 years ago

Encode a few blocks with same endpoint colors (and indices?) to make them more compressible with lzma/deflate and such.