1
0
mirror of synced 2024-11-13 17:50:51 +01:00
A VR arcade emulator
Go to file
2022-07-29 18:49:56 +02:00
.github/workflows Only run on actual Unity project changes 2022-05-24 15:58:04 -07:00
Assets Add LED IPC 2022-07-29 18:49:56 +02:00
Packages update package; clean serial code; add fps limit for 3rd person; LightManager Update 2022-07-26 15:13:45 +02:00
ProjectSettings added leapmotion support (somewhat) 2022-06-23 17:39:33 -07:00
.gitignore Add LED IPC 2022-07-29 18:49:56 +02:00
LICENSE Initial commit 2022-03-08 01:12:51 +01:00
README.md Update README.md 2022-07-15 16:51:15 +02:00

WACVR

A VR arcade emulator

Current stage

  • Successfully started the game itself
  • Successfully initialized touch
  • Successfully send touch signal
  • Successfully enabled Freeplay and tested the touch signal in game

Current issue

  • capture display white screen issue (set game priority in taskmanager to real-time may solve)

Quick guide

  • Port binding is same as my other repo MaiDXR
  • add "[touch] enable=0" to ini file

Configuration

A config.json is automatically created in the WACVR root on startup

  • Skybox: the current skybox selected for use (Default: 0)
  • Height: the offset from default height that the player is moved (Default: 0.0)
  • ThirdPerson: whether or not the camera is in third person (Default: true)
  • CaptureMode: the method uWindowCapture will use for window capture
    • 0: PrintScreen
    • 1: BitBlt
    • 2: Windows Graphics Capture
    • 3: Automatic (Recommended, Default)
  • CaptureFramerate: the framerate to capture the game at (Default: 60)
  • CaptureDesktop: whether to capture the specific window or a full monitor
  • CaptureDesktopNumber: the monitor to capture if you're capturing a full monitor

Why this repo now?

I don't have much time and enough skills to make this project by myself. I'm not familiar with Unreal Engine etc. So I want this project to be a community project.