1.5 KiB
1.5 KiB
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 (library_path
parameter in the rFactorOverlay.json file) - Put the rFactorOverlay.json into a layer directory (layer directories)
- Add
RFACTOR_HUD=1
to steam launch command (example:RFACTOR_HUD=1 %command%
)