https://github.com/gametechdev/xess-valar-demo
Mini-Engine Demonstration of Combining XeSS with VRS Tier 2.
https://github.com/gametechdev/xess-valar-demo
Last synced: 10 months ago
JSON representation
Mini-Engine Demonstration of Combining XeSS with VRS Tier 2.
- Host: GitHub
- URL: https://github.com/gametechdev/xess-valar-demo
- Owner: GameTechDev
- License: mit
- Created: 2023-03-03T18:05:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:20:29.000Z (about 1 year ago)
- Last Synced: 2025-01-22T20:24:41.895Z (about 1 year ago)
- Language: C++
- Size: 221 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XeSS-VALAR-Demo
Mini-Engine Demonstration of Combining XeSS with VRS Tier 2.
# To build
Open a 'Developer Command Prompt for VS 2022' command window and type the following to build the project:
```
git submodule update --init --recursive
cmake -S . -B build
cmake --build build --config Release
```
# To run
In the same 'Developer Command Prompt for VS 2022', type the following to run the project
```
start build\release\
```
and then double click 'xess_demo.exe'
MIT License
Copyright Intel(R) 2023-2025