A library to create native mods for REDengine 3 (i.e. The Witcher 3: Wild Hunt) using C++.
- Download and install Visual Studio 2022 Community Edition or a newer version.
- Download and install CMake 3.21 or a newer version.
- Clone this repository.
- Create a directory named
build
. - Go to the
build
directory and runcmake ..
. - Open the solution (
RED3lib.sln
). - Build the project(s).