1
0
mirror of synced 2024-11-24 14:50:10 +01:00
WACVR/README.md

19 lines
533 B
Markdown
Raw Normal View History

2022-05-15 23:52:29 +02:00
# WACVR
2022-05-19 10:06:17 +02:00
A VR arcade emulator
2022-03-08 01:17:33 +01:00
2022-05-23 21:17:13 +02:00
## Current stage
2022-03-08 01:17:33 +01:00
- Successfully started the game itself
2022-05-23 21:17:13 +02:00
- Successfully initialized touch
2022-03-08 01:17:33 +01:00
- Successfully send touch signal
2022-05-15 23:52:29 +02:00
- Successfully enabled Freeplay and tested the touch signal in game
2022-03-08 01:17:33 +01:00
## Current issue
2022-05-23 21:17:13 +02:00
- None!
2022-03-08 01:21:25 +01:00
2022-05-18 20:36:30 +02:00
## Quick guide
2022-05-17 21:45:04 +02:00
- Port binding is same as my other repo MaiDXR
- add "[touch] enable=0" to ini file
2022-03-08 01:21:25 +01:00
## Why this repo now?
2022-05-17 21:45:04 +02:00
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.