Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/DirectXTex

DirectXTex texture processing library observed · 2026-08-28

github.com/microsoft/DirectXTex · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 59
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 108.5
  • age_days: 4164
  • days_rel: 117
  • days_push: 8
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2147 stars · 494 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

DirectXTex is a shared-source C++ library from Microsoft for reading and writing DDS files and performing texture content processing such as resizing, format conversion, mip-map generation, and BC1-BC7 block compression. It also ships command-line utilities like Texconv and Texassemble for texture pipeline workflows.

Use cases

  • convert images to dds format
  • generate mipmaps for game textures
  • compress textures to bc7 for directx 12
  • convert height map to normal map
  • assemble cube maps from images
  • read and write dds files in c++

When to choose

  • building Direct3D 11/12 or Xbox game content pipelines
  • you need software BC1-BC7 block compression or DDS I/O in C++
  • you want a command-line texture conversion tool on Windows

When to avoid

  • you need cross-platform GPU texture compression on Linux/macOS without WIC
  • your project is not C++ or not Windows/DirectX-oriented
  • you only need simple PNG/JPEG loading at runtime rather than texture processing

Facets

library · maturity stable

image-processing cli developer-tools graphics developer-tools windows cpp cross-platform dds directx texture-compression mipmaps block-compression wic tga hdr xbox game-development

2 sources

Member repositories

RepositoryRoleHealth v2
microsoft/DirectXTexmain85

For agents

markdown · JSON · MCP: product_card(name="microsoft/DirectXTex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem