DirectXTex VS DuckX

Compare DirectXTex vs DuckX and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
DirectXTex DuckX
10 1
1,699 362
1.0% -
8.4 0.0
10 days ago about 2 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DirectXTex

Posts with mentions or reviews of DirectXTex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • Total FPS & Performance mods for Console
    1 project | /r/Fallout4ModsXB1 | 20 Mar 2023
    Optimized Vanilla Textures were optimized for PC and then ported to console. They were optimized using an 'optimizer' for Skyrim, which was not updated for the textures FO4 has. It did add mipmaps for the textures that were supposedly missing some and shrank the resolution; however, seeing as the Creation Kit uses Microsoft's own DDS compression program that adds mipmaps automatically, you're literally just re-adding vanilla textures that have been decompressed and then recompressed with extra loss on the visuals and taking up space. Also, specular maps must be compressed with the Photoshop Intel plugin in order to compress them properly or a program that will allow you to have the red and green channels saved in BC5U format (which is a normal map compression and flipped). GIMP does not do it correctly and I'm very doubtful the program that was used to shrink things did either since it was not designed for FO4's specularity.
  • Learning DirectX 12 in 2023
    13 projects | dev.to | 30 Jan 2023
    DirectXTex
  • 25 outfits that will be available in the shop
    1 project | /r/ShatterlineFPS | 24 Oct 2022
    The images are in a split DDS format. To convert them to e.g. PNG files, you first have to concat the files and then use a tool such as texconv.
  • Mod Release: Oblivionesque Locks, a lockpicking minigame overhaul
    1 project | /r/skyrimmods | 24 Sep 2022
    Yep, the images used for each part of the minigame (a couple variations each of lock background, pick, pins, and springs) are stored as .dds files, DXT1 format. You can convert another image format to this type of texture-- I used texconv. Overwriting the default textures with your new files will replace the assets ingame.
  • editing textures
    1 project | /r/skyrimmods | 18 Apr 2022
    However I've found that MS TexConv from the DirectXTex package is the best way for loosing less quality, so I save my textures as lossless PNGs and use TexConv with my own wrapper then.
  • SSE CK fatal error
    1 project | /r/skyrimmods | 12 Dec 2021
    You can use texdiag to see information about a texture.
  • Does Anyone Know a Tool That Can Mass Compress/Resize DDS Files?
    1 project | /r/gamedev | 12 Oct 2021
    I know only Nvidia texture tools exporter but it's not in masse sorry My suggestion is to create a python script that uses texconv.exe for every file in a directory, pretty easy to get
  • BC7 Quick vs Max, any performance difference?
    1 project | /r/skyrimmods | 4 Sep 2021
    xLODGen/DynDOLOD/TexGen uses Texoncv to compress textures.
  • Coming back to FO4 and realized there are now mods available - what do you think of this selection and the LO?
    1 project | /r/Fallout4ModsXB1 | 30 Aug 2021
    Not necessary on Xbox. Xbox graphics will not function properly without mipmaps so the developers would have had to run everything through xtexconv for Xbox optimization. See Microsoft Documentation on DirectXTex. Code samples for xtexconv for the curious are located here.
  • Work in progress - New World model explorer
    8 projects | /r/newworldgame | 13 Aug 2021
    All textures/images are .dds files. I use TexConv.exe to convert them to png files. texconv.exe *.dds -ft png

DuckX

Posts with mentions or reviews of DuckX. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing DirectXTex and DuckX you can also consider the following projects:

DirectXTK12 - The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++

C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

DepotDownloader - Steam depot downloader utilizing the SteamKit2 library.

BDE - Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

Amazon Lumberyard - Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.

GLM - OpenGL Mathematics (GLM)

NewWorldUnpacker - A .pak unpacker used for reverse engineering Amazon's upcoming New World MMO

rang - A Minimal, Header only Modern c++ library for terminal goodies 💄✨

FX11 - Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.

Cryengine-Converter - A c# program to convert Crytek files to Collada (XML) format

MassEffectModder - Mass Effect Modder (MEM)

pak-extract