All Projects → tappi287 → openvr_fsr_app

tappi287 / openvr_fsr_app

Licence: MIT license
Management Gui for OpenVR FSR PlugIn

Programming Languages

python
139335 projects - #7 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
Inno Setup
370 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to openvr fsr app

openvr fsr
Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Stars: ✭ 1,182 (+560.34%)
Mutual labels:  vr, fidelityfx
vr
Blues VR - 基于 krpano 的全景浏览实现
Stars: ✭ 19 (-89.39%)
Mutual labels:  vr
vrtist
Virtual Reality tool for storytelling
Stars: ✭ 43 (-75.98%)
Mutual labels:  vr
Vridge.Kinect
Using the Kinect sensor with RIftcat/Vridge has head and hands trackers.
Stars: ✭ 18 (-89.94%)
Mutual labels:  vr
vr-python-quickstart-hg1
VR Headset Controller Tutorial, get started with virtual reality in Python
Stars: ✭ 29 (-83.8%)
Mutual labels:  vr
emscripten-webxr
WebXR library for use with Emscripten.
Stars: ✭ 21 (-88.27%)
Mutual labels:  vr
WebSight
Aiding the visually impaired through real time augmented reality, AI object detection, WebGL shaders effects such as edge detection, and colour adjustments.
Stars: ✭ 26 (-85.47%)
Mutual labels:  vr
FireVR
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support)
Stars: ✭ 25 (-86.03%)
Mutual labels:  vr
soundstagevr
virtual reality music sandbox built specifically for room-scale VR
Stars: ✭ 38 (-78.77%)
Mutual labels:  vr
quest-sidenoder
Cross platform Sideloader for Quest standalone headset
Stars: ✭ 78 (-56.42%)
Mutual labels:  vr
DesktopPortal
An overlay and utility program for SteamVR
Stars: ✭ 27 (-84.92%)
Mutual labels:  vr
vrm pp
Small C++ preprocessor library
Stars: ✭ 12 (-93.3%)
Mutual labels:  vr
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (-78.77%)
Mutual labels:  vr
air writing
Online Hand Writing Recognition using BLSTM
Stars: ✭ 26 (-85.47%)
Mutual labels:  vr
Simple-OpenVR-Driver-Tutorial
A sample OpenVR Driver for you to learn from
Stars: ✭ 157 (-12.29%)
Mutual labels:  vr
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (-86.59%)
Mutual labels:  vr
VR-reversal
VR-Reversal - Player for conversion of 3D video to 2D with optional saving of head tracking data and rendering out of 2D copies.
Stars: ✭ 128 (-28.49%)
Mutual labels:  vr
mixed-reality-extension-sdk
The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.
Stars: ✭ 139 (-22.35%)
Mutual labels:  vr
cssvr
CSSVR is an experiment that simulates browser support for creating VR experiences using media queries and CSS transforms.
Stars: ✭ 83 (-53.63%)
Mutual labels:  vr
XRAcceptanceTests
This project is used to verify behavior of Unity configurations, compare features between Unity releases, and test for changes in performance.
Stars: ✭ 33 (-81.56%)
Mutual labels:  vr

VR Mod App

Small GUI to install/uninstall, tweak settings of

with a single click.

Screenshot

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 ;)

Installation

  • Download the latest installer and start the app
  • [Optional] Download latest openvr_fsr and point this app to the folder where you extracted the latest release
  • Navigate through the list of your Steam Library Apps and hit the install buttton to install the PlugIn

Development Setup

If you'd like to contribute to development, these steps may help you to get up and running:

  • clone this repo git clone https://github.com/tappi287/openvr_fsr_app
  • install Node Package Manager npm
  • install yarn npm install --global yarn
  • install front-end node modules yarn install
  • make sure you have a Python 3.10.x interpreter on your system python.org/downloads
  • install pipenv python -m pip install pipenv
  • create python virtual env pipenv install --dev
  • if pipenv runs into trouble resolving ruamel.yaml dependency, make sure to use latest pipenv release and maybe run pipenv install ruamel.yamlonce to install the yaml dep
  • switch into the Python virtual env by pipenv shell
  • start the app with python.exe run.py
  • run tests from test dir with cd tests and then python -m pytest
  • build an executable with python.exe build.py
Dev Requirements
  • Python 3.10.x
    • pipenv >= 2022.3.23
    • pytest >= latest
  • npm >= 8.3.1
  • yarn >= 1.22.10
  • Chromium based web browser (Edge, Opera, Chrome) for running in browser app-mode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].