https://github.com/clshortfuse/renodx
Renovation Engine for DirectX Games
https://github.com/clshortfuse/renodx
directx games hdr mod
Last synced: 3 days ago
JSON representation
Renovation Engine for DirectX Games
- Host: GitHub
- URL: https://github.com/clshortfuse/renodx
- Owner: clshortfuse
- License: mit
- Created: 2024-02-05T15:39:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-25T01:55:09.000Z (18 days ago)
- Last Synced: 2026-04-25T03:39:36.536Z (18 days ago)
- Topics: directx, games, hdr, mod
- Language: HLSL
- Homepage:
- Size: 23 MB
- Stars: 1,198
- Watchers: 6
- Forks: 82
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-modding.bak - RenoDX - Renovation Engine for DirectX Games that uses the ReShade addon system to add/replace shaders, HDR, textures and more. (Other Games / Cyberpunk 2077 / REDEngine 4)
- awesome-modding - RenoDX - Renovation Engine for DirectX Games that uses the ReShade addon system to add/replace shaders, HDR, textures and more. (Other Games / Cyberpunk 2077 / REDEngine 4)
README
[](https://github.com/clshortfuse/renodx/actions/workflows/clang-x64.yml) [](https://github.com/clshortfuse/renodx/actions/workflows/ninja-x64.yml) [](https://github.com/clshortfuse/renodx/actions/workflows/visual-studio-x64.yml)
[](https://discord.gg/F6AUTeWJHM)
# renodx
RenoDX, short for "Renovation Engine for DirectX Games", is a toolset to mod games. Currently it can replace shaders, inject buffers, add overlays, upgrade swapchains, upgrade texture resources, and write user settings to disk. Because RenoDX uses Reshade's add-on system, compatibility is expected to be pretty wide. Using Reshade simplifies all the hooks necessary to tap into DirectX without worrying about patching version-specific exe files.
# Contributing
* See [CONTRIBUTING.md](./docs/CONTRIBUTING.md)
* For the live devkit and MCP workflow, see [DEVKIT_MCP.md](./docs/DEVKIT_MCP.md)
# Mods
* See [Mods page](https://github.com/clshortfuse/renodx/wiki/Mods)
# Utilities
* [renodx-fpslimiter.addon64](https://clshortfuse.github.io/renodx/renodx-fpslimiter.addon64) – FPS Limiter
* [renodx-devkit.addon64](https://clshortfuse.github.io/renodx/renodx-devkit.addon64) – Developer kit to help build addons
* [decomp.exe](https://clshortfuse.github.io/renodx/decomp.exe) – Shader Model 6.0+ Decompiler