This project, initially started as a passion project, has spun-off from Leia Inc and is now standalone. Thanks again to Leia Inc and former Dimenco for their support, we still strive to get SR in the hands of as many people as possible out of love for the technology.
This repository contains projects implementing a Game Bridge API or otherwise related to Game Bridge.
This is a ReShade addon that can add SR functionality to a game.
Can be installed through ReShade's installer with addon support directly. You can find the manual installation instructions here.
- Clone project:
git clone https://github.com/JoeyAnthony/3DGameBridgeProjects.git
- Fetch all submodules with:
git submodule update --init --recursive
- Install the Simulated Reality SDK
- Generate the project with Cmake
- Optional: Supply
-DLINK_GLAD=ON
and download GLAD tothird-party/glad
to build with our OpenGL weaving workaround for SR versions between 1.30.x and 1.33.1.