Small GUI to install/uninstall, tweak settings of
with a single click.
Browse through your Steam library, install the OpenVR FSR plugin and adjust the plugin settings.
Note: This app has absolutely no knowledge which Steam app work with the FSR PlugIn. But this app might be the quickest way to find out ;)
If you'd like to contribute to development, these steps may help you to get up and running:
git clone https://github.com/tappi287/openvr_fsr_app
npm
npm install --global yarn
yarn install
python -m pip install pipenv
pipenv install --dev
pipenv
runs into trouble resolving ruamel.yaml dependency, make sure to use latest pipenv release and maybe
run pipenv install ruamel.yaml
once to install the yaml deppipenv shell
python.exe run.py
cd tests
and then python -m pytest
build an executable with python.exe build.py