block-compression-rs

所属分类:压缩解压
开发工具:Rust
文件大小:22KB
下载次数:0
上传日期:2017-07-23 15:00:21
上 传 者sh-1993
说明:  在块压缩(DDS S3TC)纹理上操作的Rust库。
(Rust library to operate on block compressed (DDS S3TC) textures.)

文件列表:
.editorconfig (227, 2017-07-23)
.travis.yml (140, 2017-07-23)
CODE_OF_CONDUCT.md (3222, 2017-07-23)
CONTRIBUTING.md (1314, 2017-07-23)
Cargo.toml (1151, 2017-07-23)
LICENSE (12559, 2017-07-23)
appveyor.yml (4104, 2017-07-23)
src (0, 2017-07-23)
src\bc1 (0, 2017-07-23)
src\bc1\mod.rs (5672, 2017-07-23)
src\error.rs (1785, 2017-07-23)
src\format (0, 2017-07-23)
src\format\dds (0, 2017-07-23)
src\format\dds\ext.rs (799, 2017-07-23)
src\format\dds\mod.rs (6689, 2017-07-23)
src\format\mod.rs (166, 2017-07-23)
src\lib.rs (1015, 2017-07-23)
tests (0, 2017-07-23)
tests\data (0, 2017-07-23)
tests\data\LICENSE.md (569, 2017-07-23)
tests\data\bc1 (0, 2017-07-23)
tests\data\bc1\rust-bc1-linear-no-mipmaps.dds (130, 2017-07-23)
tests\data\bc1\rust-bc1-srgb-dx10-no-mipmaps.dds (130, 2017-07-23)
tests\data\uncomp (0, 2017-07-23)
tests\data\uncomp\rust-uncomp-no-mipmaps.dds (131, 2017-07-23)
tests\dds-bc1.rs (1520, 2017-07-23)

# — block-compression [![Build Status](https://travis-ci.org/GuildMasterInfinite/block-compression-rs.svg?branch=master)](https://travis-ci.org/GuildMasterInfinite/block-compression-rs) [![Build status](https://ci.appveyor.com/api/projects/status/ycp5ilof3fwe6mew?svg=true)](https://ci.appveyor.com/project/GuildMasterInfinite/block-compression-rs) Tools for compressing / decompressing block-compression files. Block compression is another name for the encoding compressed DDS files use (where it is called DXT - DirectX Texture Compression) and S3TC (S3 Texture Compression). The aim of this library is to support all of the currently released BC specifications (BC 1 through 7). The crate is named "block-compression" because this name is more general and doesn't lean towards Direct3D nor OpenGL / Vulkan. ## Feature matrix | Identifier | Compression | Decompression | |-|-|-| | BC 1 | X | “ | | BC 2 | X | X | | BC 3 | X | X | | BC 4 | X | X | | BC 5 | X | X | | BC 6 | X | X | | BC 7 | X | X | ## License Dual-licensed MIT or Apache 2.0, at the library user's leisure.

近期下载者

相关文件


收藏者