Skip to content

yeahhowaboutnooo/scrollwheelfix-NG

Repository files navigation

scrollwheelfix-NG

A small plugin which allows zooming via scroll wheel during object animations

Using CommonlibSSE-NG and therefor supports SSE and SAE

Requirements

  • Visual Studio 2022 (the free Community edition is fine!)
  • CMake 3.25.1+ (please install the Latest Release)
  • vcpkg
      1. Clone the repository using git OR download it as a .zip
      1. Go into the vcpkg folder and double-click on bootstrap-vcpkg.bat
      1. Edit your system or user Environment Variables and add a new one:
      • Name: VCPKG_ROOT
        Value: C:\path\to\wherever\your\vcpkg\folder\is
      1. Alternatively to modifiyng your system path: open a VS CMD prompt and enter: set VCPKG_ROOT=C:\path\to\vcpkg followed by devenv

Once you have Visual Studio 2022 installed, you can open this folder in basically any C++ editor, e.g. VS Code or CLion or Visual Studio

  • for VS Code, if you are not automatically prompted to install the C++ and CMake Tools extensions, please install those and then close VS Code and then open this project as a folder in VS Code

You may need to click OK on a few windows, but the project should automatically run CMake!

About

Allows zooming via scroll wheel during object animations

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published