-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrx-hud.html
125 lines (102 loc) · 3.52 KB
/
mrx-hud.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<!--
ZeroFour by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EricMendenhall - Firefighter HUD</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="right-sidebar is-preload">
<div id="page-wrapper">
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="wrapper style2">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
<div id="content">
<!-- Content -->
<a href="/index.html"><img src="images/back.png" /></a>
<article>
<header class="major">
<h2>Mixed Reality eXplorer: </br><font color="#ffa000">Firefighter HUD</font></h2>
<p>AUGMENTED REALITY FIREFIGHER HUD</p>
</header>
<span class="image featured"><img src="images/mrxHud.png"/></span>
<a href="https://icodesolutions.com/mixed-reality-explorer" class="button icon solid fa-info-circle">Find out more</a>
<h3>Project</h3>
Explored ways to incorporate HUD data onto helmets. Additionally explored options for training and collaboration
in large-scale environments.
<h3>Project Snapshots</h3>
<video width="320" height="240" controls>
<source src="/images/MRX-HUD.mkv">
Your browser does not support the video element. Kindly update it to latest version.
</video>
<!--<h3>Takeaway</h3>-->
</article>
</div>
</div>
<div class="col-4 col-12-medium">
<div id="sidebar">
<!-- Sidebar -->
<section>
<header class="major">
<h2>Technologies</h2>
</header>
<ul class="style2">
<li>
<img src="images/Unity.png" title="Unity Game Engine" />
</li>
<li>
<img src="images/Mira.png" title="Mira Prism Headset" />
</li>
</ul>
</section>
<section>
<header class="major">
<h2>I Learned / Used</h2>
</header>
<ul class="style2">
<li><strong>Platforms</strong></li>
<li>• Mira (Prism) headset</li>
<li>• iOS</li>
<li>• Xcode</li>
</br>
<li><strong>Frameworks / Languages</strong></li>
<li>• C#</li>
<li>• .NET</li>
</br>
<li><strong>Development Tools</strong></li>
<li>• Unity</li>
<li>• Autodesk Maya</li>
<li>• Photoshop</li>
</br>
<li><strong>Miscellaneous</strong></li>
<li>• Vuforia</li>
<li>• User Interface (UI) design</li>
<li>• User Experience (UX) design</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>