o
odinpkg.dev
packages / library / odin-dxt_decoder

odin-dxt_decoder

7ec98cblibrary

CPU DXT texture decoder for Odin

MIT · updated 7 months ago

odin-dxt_decoder

CPU DXT texture decoder. Pure Odin language implementation.

Forked from v_dxt_decoder.

Install (as a odin shared module)

$ export ODIN_ROOT="$(odin root)"
$ git clone https://github.com/funatsufumiya/odin-dxt_decoder $ODIN_ROOT/shared/dxt_decoder

Test

odin test tests