rFactor2_vk_hud/README.md

1.4 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
  • Put the rFactorOverlay.json into a layer directory (layer directories)
  • Add RFACTOR_HUD=1 to steam launch command (example: RFACTOR_HUD=1 %command%)

Resources

Vulkan Layer

rFactor2 Shared Memory