Skip to content
forked from WopsS/RED3lib

A library to create native mods for REDengine 3 (i.e. The Witcher 3: Wild Hunt) using C++.

License

Notifications You must be signed in to change notification settings

maximegmd/RED3lib

 
 

Repository files navigation

RED3lib

A library to create native mods for REDengine 3 (i.e. The Witcher 3: Wild Hunt) using C++.

Building from source

  1. Download and install Visual Studio 2022 Community Edition or a newer version.
  2. Download and install CMake 3.21 or a newer version.
  3. Clone this repository.
  4. Create a directory named build.
  5. Go to the build directory and run cmake ...
  6. Open the solution (RED3lib.sln).
  7. Build the project(s).

About

A library to create native mods for REDengine 3 (i.e. The Witcher 3: Wild Hunt) using C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.3%
  • CMake 21.7%