Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clshortfuse/renodx

Renovation Engine for DirectX Games
https://github.com/clshortfuse/renodx

directx games hdr mod

Last synced: 2 months ago
JSON representation

Renovation Engine for DirectX Games

Awesome Lists containing this project

README

        

[![CMake (Ninja)](https://github.com/clshortfuse/renodx/actions/workflows/cmake-ninja.yml/badge.svg)](https://github.com/clshortfuse/renodx/actions/workflows/cmake-ninja.yml) [![CMake (Visual Studio)](https://github.com/clshortfuse/renodx/actions/workflows/cmake-visual-studio.yml/badge.svg)](https://github.com/clshortfuse/renodx/actions/workflows/cmake-visual-studio.yml) [![Discord](https://img.shields.io/discord/1161035767917850784?logo=discord&logoColor=%23fff&label=Discord&labelColor=%235865F2)](https://discord.gg/5WZXDpmbpP)

# 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.

# Mods

* See [Mods page](https://github.com/clshortfuse/renodx/wiki/Mods)

# Utilities

* [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