forked from bkkl/bkkl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<title>Amblyopia and Lazy eye Therapy VR WebVR Polyfill Games and Code Examples</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="header">
<h1>Amblyopia and Lazy eye Therapy VR WebVR Polyfill Games and Code Examples</h1>
<ul id="resources" class="resources">
<li><a href="https://www.vrlazyeye.com/"> See vrlazyeye.com a Web resource for Amblyopia VR </a></li>
<li><a href="https://github.com/bkkl/bkkl.github.io/tree/master/examples/basic">Link to GitHub Repo</a></li>
</ul>
</header>
<hr>
<h2 id="links to playable games and examples">Examples</h2>
<ul class="links">
<li><a href="examples/basic/Amblyopia_VR_Letter_ray.html">Click here to play Amblyopia Letter Game - Mobile Phone (no keyboard)</a></li>
<li><a href="examples/basic/Amblyopia_VR_Number_Game.html">Click here to play Amblyopia Letter Game - PC using Keyboard/Mouse/PS4 </a></li>
<li><a href="examples/basic/Amblyopia_VR_Number_Game_ab.html">Click here to play Adv. Amblyopia Letter Game - PC using Keyboard/Mouse/PS4 </a></li>
<li><a href="examples/basic/index_T2.html">Click here to Amblyopia Tetris Game</a></li>
<li><a href="examples/basic/index_VR_amblyopia_example.html">Simple WebVR programming example to enable Amblyopia features</a></li>
</ul>
</body>
</html>