Skip to content

Commit 1cb94fc

Browse files
authored
Update README.md
1 parent b0757eb commit 1cb94fc

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# vr-360-player
1+
# "360 Video Player for Text Based VR Studies"
2+
3+
<div align="center">
4+
5+
[![alt text](https://github.com/corriedotdev/VR-Research/raw/main/360-video/360.PNG?raw=true)](https://github.com/corriedotdev/VR-Research/blob/main/360-video/360.PNG?raw=true)
6+
7+
8+
[Link to build](https://github.com/corriedotdev/VR-Research/releases/tag/vr) | [Link to paper](https://arxiv.org/abs/2304.03652)
9+
</div>
10+
11+
This project (360 Video Studies) is now open source, used for conducting user where users are able to see a 360 Video played while a configuration file will display text and audio at pre-set timed intervals specified from a configuration file.
12+
13+
This repo is to go alongside its poster counterpart which will be published here soon.
14+
15+
Config Example
16+
17+
```
18+
<Words>
19+
<Display_Word>Hello</Display_Word>
20+
<Visible_Time>10</Visible_Time>
21+
<Delay>0.5</Delay>
22+
</Words>
23+
```

0 commit comments

Comments
 (0)