https://github.com/walbourn/dxtex
DirectX Texture Tool (dxtex.exe) is an MFC-based application for viewing, manipulating, and building DDS textures for DirectX applications.
https://github.com/walbourn/dxtex
directx-sdk
Last synced: 10 months ago
JSON representation
DirectX Texture Tool (dxtex.exe) is an MFC-based application for viewing, manipulating, and building DDS textures for DirectX applications.
- Host: GitHub
- URL: https://github.com/walbourn/dxtex
- Owner: walbourn
- License: mit
- Created: 2020-06-27T06:39:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T05:57:45.000Z (over 3 years ago)
- Last Synced: 2025-04-19T18:03:37.369Z (about 1 year ago)
- Topics: directx-sdk
- Language: C++
- Homepage:
- Size: 126 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DirectX Texture Tool
This project is the latest version of the venerable DirectX Texture Tool (dxtex.exe) from the DirectX SDK. It has been updated to build and run without requiring the use of the legacy DirectX SDK or the DirectX End-User Runtime (a.k.a. DXSETUP.exe).
A project for Visual Studio 2019 is provided, and can be upgraded to VS 2022. Note that building this project requires the MFC Visual Studio optional component be installed `Microsoft.VisualStudio.Component.VC.ATLMFC`.
## Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.