No description
.vscode | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
README.md | ||
renovate.json | ||
rFactorOverlay.json |
Vulkan rFactor2 HUD
This project is an attempt to render custom HUD elements for rFactor2 by being a Vulkan layer.
Current state
I just started doing it. That means it isn't very usable right now. I'm working on a radar right now as the first element.
How to enable
- Build this repository
cargo build --release
- Change the path where the
libvk_layer_rs.so
is located - Put the rFactorOverlay.json into a layer directory (layer directories)
- Add
RFACTOR_HUD=1
to steam launch command (example:RFACTOR_HUD=1 %command%
)