Add forward vr path

This commit is contained in:
luboslenco
2020-08-07 15:22:56 +02:00
parent cd87ab343c
commit a52174d066
7 changed files with 262 additions and 32 deletions
+11
View File
@@ -89,6 +89,17 @@ strip Krom
./Krom ../../build/krom
```
```bash
# Windows VR - wip
node Kromx/make -g direct3d11 --vr oculus
cd Kromx
# Unpack `v8\libraries\win32\release\v8_monolith.7z` using 7-Zip - Extract Here (exceeds 100MB)
git apply patch/window_handling.diff --directory=Kinc
node Kinc/make -g direct3d11 --vr oculus
# Open generated Visual Studio project
# Set `Project - Properties - Debugging - Command Arguments` to `..\..\build\krom`
# Build for x64 & release
```
```bash
# Updating cloned repository
git pull origin master
git submodule update --init --recursive