-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (51 loc) · 3.29 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebXR @ FullStackFest 2018</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300" rel="stylesheet">
</head>
<body>
<div class="page-area">
<div class="header">
<img src="imgs/fsf-logo.svg" class="fsf-logo">
<h1>WebXR, if X = how?</h1>
<h2>Indira Knight, Diego González</h2>
<p>These are links to a basic demo made with <a href="./basic/babylonjs.html">BabylonJS</a> and <a href="basic/aframe.html">A-Frame</a>.</p>
<p>Following are examples we take a look at during the presentation.</p>
</div>
<div class="content">
<div class="card">
<div class="example-title"><h3>PandaPix</h3></div>
<div class="example-image"><img src="imgs/ss1.jpg" class="example-image"></div>
<div class="example-descrip">This example shows how we can use WebXR to enhance an image gallery.</div>
<div class="format"><a href="https://samsunginter.net/fsf-xr/panda/index.html" class="btnFormat">2D</a><a href="https://samsunginter.net/fsf-xr/panda/indexr.html" class="btnFormat">VR</a></div>
</div>
<div class="card">
<div class="example-title"><h3>Love Sculpture</h3></div>
<div class="example-image"><img src="imgs/ss2.jpg" class="example-image"></div>
<div class="example-descrip">In this example learn more about components and about the GLTF format.</div>
<div class="format"><a href="https://fsf-love.glitch.me/" class="btnFormat">2D</a><a href="http://fsf-love3d.glitch.me/" class="btnFormat">VR</a></div>
</div>
<div class="card">
<div class="example-title"><h3>Ava</h3></div>
<div class="example-image"><img src="imgs/ss3.jpg" class="example-image"></div>
<div class="example-descrip">Create virtual spaces with PNG images you already have on your website. Be sure to check audio works!</div>
<div class="format"><a href="https://samsunginter.net/ava/info.html" class="btnFormat">2D</a><a href="https://samsunginter.net/ava/" class="btnFormat">VR</a></div>
</div>
<div class="card">
<div class="example-title"><h3>Solar System</h3></div>
<div class="example-image"><img src="imgs/ss4.jpg" class="example-image"></div>
<div class="example-descrip">This example shows how you can transform educational websites into spatial experiences.</div>
<div class="format"><a href="http://fss-space.glitch.me/" class="btnFormat">2D</a><a href="http://fsf-space3d.glitch.me/" class="btnFormat">VR</a></div>
</div>
</div>
<div class="footer">
<p>Aquest exemple és part de la presentació del <a href="https://twitter.com/diekus">@diekus</a> i la <a href="https://twitter.com/visual_stuff">@visual_stuff</a> a <a href="../">FullStackFest 2018</a>.</p>
</div>
</div>
</body>
</html>