-
Notifications
You must be signed in to change notification settings - Fork 0
/
demos.html
476 lines (467 loc) · 21.2 KB
/
demos.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html>
<head>
<title>Virtual World Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/syntax.css" rel="stylesheet">
<!-- Custom styles -->
<link href="/css/vwf.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/images/vwf-logo-100x100.png" class="pull-left" alt="VWF Duck Logo">
<span class="pull-right">Virtual<br>World<br>Framework</span>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/demos.html">Demos</a></li>
<li><a href="/getting_started.html">Tutorial</a></li>
<li><a href="/documentation.html">Documentation</a></li>
<li><a href="/releases.html">Downloads</a></li>
</ul>
<a href="http://github.com/virtual-world-framework/vwf" class="btn btn-info navbar-btn pull-right hidden-sm" role="button">View on GitHub</a>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1>Demos</h1>
<div class='panel panel-default panel-demo'>
<div class='panel-body' id='compatibilityBox'>
<div class='row'>
<div class='demo-info col-sm-8'>
<noscript>
<h3>Your browser has javascript disabled.</h3>
<p>To see our awesome demo, you will need to enable javascript in your browser.</p>
</noscript>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>Grassy Terrain</h3>
<p>
<a href='http://www.adlnet.gov'>Advanced Distributed Learning's (ADL)</a>
terrain demo shows dynamically generated terrain with atmospheric effects and grass that sways in the wind.
</p>
<a class='btn btn-info' href='https://sandbox.adlnet.gov/0750/adl/sandbox/example_terraingrass/' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='https://sandbox.adlnet.gov/0750/adl/sandbox/example_terraingrass/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-terraingrass.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>Middle-eastern Village</h3>
<p>
ADL's middle-eastern village is a rich environment with human characters and vehicles.
</p>
<a class='btn btn-info' href='https://sandbox.adlnet.gov/0750/adl/sandbox/z4xfNEQSbDYKB5WS/' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='https://sandbox.adlnet.gov/0750/adl/sandbox/z4xfNEQSbDYKB5WS/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-village.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>Mars Game (beta)</h3>
<p>
ADL's Mars Game teaches high school students math and computer programming concepts as players operate a brave Mars rover who needs to save the human explorers on their way to Mars.
</p>
<a class='btn btn-info' href='http://pcvm2-21.instageni.stanford.edu:3001/mars-game/' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='http://pcvm2-21.instageni.stanford.edu:3001/mars-game/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-mars-game.png'>
</a>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<div class='alert alert-warning'>
<p class='small'>
<span class='glyphicon glyphicon-warning-sign'></span>
This app features highly detailed models and may take up to five minutes to load.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- .panel.panel-default.panel-demo -->
<!-- .panel-body -->
<!-- .row -->
<!-- .demo-info.col-sm-8 -->
<!-- %h3 Littoral Combat Ship -->
<!-- %p -->
<!-- Lockheed Martin's LCS Mission Bay Trainer is a web-based classroom where a student and instructor (communicating via video chat) walk through the Personnel Qualification Standard procedure to open the stern doors. -->
<!-- %a.btn.btn-info{role: "button", href: ""} Launch New Session -->
<!-- .col-sm-4 -->
<!-- %a{href: ""} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-lcs.png"} -->
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>Valve Maintenance</h3>
<p>
The Kimray valve app, built for the
<a href='http://www.nmjc.edu/' target='_blank'>New Mexico Junior College</a>
, is a 3D Immersive Maintenance Demonstration built on VWF to demonstrate the capabilities of Remote Subject Matter Experts interacting with a student via video chat, using a shared real-time lesson workspace.
</p>
<a class='btn btn-info' href='https://ec2-54-226-9-164.compute-1.amazonaws.com/kimray/' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='https://ec2-54-226-9-164.compute-1.amazonaws.com/kimray/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-kimray.png'>
</a>
</div>
</div>
</div>
</div>
<!-- / Removing Pending Approval from J7 IA process -->
<!-- .panel.panel-default.panel-demo.core{"data-app-name" => "command-center"} -->
<!-- .panel-body -->
<!-- .row -->
<!-- .demo-info.col-sm-8 -->
<!-- %h3 Command Center -->
<!-- %p -->
<!-- The command center app is a virtual representation of a joint operations center, intended for use as a collaborative training classroom. Navigate using the standard VWF key and mouse controls. -->
<!-- %a.btn.btn-info{role: "button", href: "https://demo.virtual.wf/demos/command-center"} Launch New Session -->
<!-- .col-sm-4 -->
<!-- %a{href: "https://demo.virtual.wf/demos/command-center"} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-command-center.png"} -->
<!-- .row -->
<!-- .col-xs-12 -->
<!-- .alert.alert-warning -->
<!-- %p.small -->
<!-- %span.glyphicon.glyphicon-warning-sign -->
<!-- This demo features highly detailed models and may not load on slower internet connections. -->
<!-- .panel.panel-default.panel-demo{"data-app-name" => "agi/cesium"} -->
<!-- .panel-body -->
<!-- .row -->
<!-- .demo-info.col-sm-8 -->
<!-- %h3 AGI's Cesium -->
<!-- %p -->
<!-- %a{target:"_blank", href:"http://www.agi.com/"} Analytical Graphics, Inc's (AGI) -->
<!-- Cesium is a web-based globe and map engine for visualizing dynamic data. This demo app allows a user to have synchronized camera views across multiple clients. Pressing the "R" key will reset the synchronized views across all instances. -->
<!-- %a.btn.btn-info{role: "button", href: "http://demo.virtual.wf/demos/agi/cesium"} Launch New Session -->
<!-- .col-sm-4 -->
<!-- %a{href: "http://demo.virtual.wf/demos/agi/cesium"} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-agi-cesium.jpg"} -->
<div class='panel panel-default panel-demo core' data-app-name='bzflag'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>bzflag</h3>
<p>
The bzflag app is VWF's version of the classic arcade game. Use the WASD keys to move and the Enter key to fire your laser cannon. Use the chat feature to communicate and taunt your opponents, but most of all look out for opposing tanks!
</p>
<a class='btn btn-info' href='https://demo.virtual.wf/demos/bzflag' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='https://demo.virtual.wf/demos/bzflag'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-bzflag.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo core' data-app-name='tile-puzzle-2D'>
<div class='panel-body'>
<div class='row'>
<div class='demo-info col-sm-8'>
<h3>Tile Puzzle 2D</h3>
<p>
Apps don't have to be 3D! The 2D tile puzzle is an example of a VWF app that does not use 3D graphics or models. Play by clicking on a tile to move it to the open space.
</p>
<a class='btn btn-info' href='https://demo.virtual.wf/demos/tile-puzzle-2D' role='button'>Launch New Session</a>
</div>
<div class='col-sm-4'>
<a href='https://demo.virtual.wf/demos/tile-puzzle-2D'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-tile-puzzle-2D.png'>
</a>
</div>
</div>
</div>
</div>
<h2>Who's Using VWF</h2>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Advanced Distributed Learning</h3>
<p>
<a href='http://www.adlnet.gov/' target='_blank'>Advanced Distributed Learning (ADL)</a>
has utilized VWF to create a sandbox app that allows the user to create a world directly in the browser. The ADL server allows for persistent worlds that can be shared with others over time. Check out their Sandbox app above.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.adlnet.gov/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-adl.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Analytical Graphics, Inc.</h3>
<p>
<a href='http://www.agi.com/' target='_blank'>Analytical Graphics, Inc.</a>
provides COTS software to national security and space professionals for integrated analysis and visualization of land, sea, air, and space assets. AGI has integrated Cesium, their WebGL-based virtual globe, with the framework. Check out their Cesium app above.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.agi.com/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-agi.jpg'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Citizens Foundation of Iceland</h3>
<p>
The
<a href='http://www.citizens.is' target='_blank'>Citizens Foundation</a>
created an app entitled
<a href='http://spjall.betrireykjavik.is/30/contact/' target='_blank'>Your Priorities 3D</a>
to bring people together in real time virtual reality workshops. These workshops were used as part of participatory budgeting for the Better Reykjavik initiative. Each neighborhood held its own workshop, where over 300 citizens participated, creating multimedia presentations for new ideas.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.citizens.is/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-citizens.jpeg'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Cosmos3D</h3>
<p>
<a href='http://cosmos3d.com/' target='_blank'>Cosmos3d.com</a>
is a free-to-play virtual world platform and social community, built on top of the Sandbox app. Users can create persistent 3D worlds and collaborate in real time with others. It provides a large set of tools for character customization and content creation, as well as a Javascript API to develop gadgets, effects or game logic. Additionally, the platform has an asset marketplace allowing both professionals and hobbyists to earn real money from selling their creations.
</p>
</div>
<div class='col-sm-4'>
<a href='http://cosmos3d.com/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-cosmos.jpeg'>
</a>
</div>
</div>
</div>
</div>
<!-- .panel.panel-default.panel-demo -->
<!-- .panel-body -->
<!-- .row -->
<!-- .col-sm-8 -->
<!-- %h3 Cole Engineering Services, Inc. -->
<!-- %p -->
<!-- %a{target:"_blank", href:"http://www.coleengineering.com/"}Cole Engineering Services, Inc. (CESI) -->
<!-- has integrated VWF with JBUS and the EDGE platform. -->
<!-- .col-sm-4 -->
<!-- %a{href: "http://www.coleengineering.com/"} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-cesi.png"} -->
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Joint Staff J7</h3>
<p>
The
<a href='http://www.jcs.mil/Directorates/J7%7CJointForceDevelopment.aspx' target='_blank'>Joint Staff J7 (JS J7)</a>
supports the joint warfighter through Joint Force Development in order to advance the operational effectiveness of the current and future joint force. JS J7 is using VWF to create a virtual joint operations center to support their traditional joint collective training responsibilities and improve learning and execution across the broader training spectrum - to include enhancing individual joint training and infusing unit home-station training with joint and coalition context.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.jcs.mil/Directorates/J7%7CJointForceDevelopment.aspx'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-j7.png'>
</a>
</div>
</div>
</div>
</div>
<!-- .panel.panel-default.panel-demo -->
<!-- .panel-body -->
<!-- .row -->
<!-- .col-sm-8 -->
<!-- %h3 Lively Kernel -->
<!-- %p -->
<!-- The -->
<!-- %a{target: "_blank", href: "http://lively-kernel.org"} Lively Kernel -->
<!-- , a new approach to web programming, provides a complete platform for web apps, including dynamic graphics, network access, and development tools. Lively and VWF have teamed up to explore integration between the two architectures. Current exploration and further information can be found on -->
<!-- %a{target: "_blank", href: "https://github.com/virtual-world-framework/vwf/tree/branch/morph"} GitHub. -->
<!-- .col-sm-4 -->
<!-- %a{href: "http://lively-kernel.org"} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-lively.png"} -->
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Lockheed Martin</h3>
<p>
<a href='http://www.lockheedmartin.com' target='_blank'>Lockheed Martin</a>
is developing VWF apps for maintenance and task training in domains such as Defense, Marine, and Energy.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.lockheedmartin.com'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-lockheed.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>New Mexico Junior College</h3>
<p>
<a href='http://www.nmjc.edu/' target='_blank'>New Mexico Junior College (NMJC)</a>
is leveraging the remote collaboration nature of the framework, creating maintenance training apps that support real time interactions with instructors. Check out their Kimray Valve app above.
</p>
</div>
<div class='col-sm-4'>
<a href='http://www.nmjc.edu/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-nmjc.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Universidade Federal da Grande Dourados</h3>
<p>
<a href='http://portal.ufgd.edu.br/' target='_blank'>Universidade Federal da Grande Dourados (UFGD)</a>
is building a physics lab app, allowing for students to type in an angle, force, and weight and plot an associated parabola. The app will be integrated into a Moodle-based distance learning course for approximately 400 students.
</p>
</div>
<div class='col-sm-4'>
<a href='http://portal.ufgd.edu.br/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-ufgd.png'>
</a>
</div>
</div>
</div>
</div>
<div class='panel panel-default panel-demo'>
<div class='panel-body'>
<div class='row'>
<div class='col-sm-8'>
<h3>Wearality</h3>
<p>
<a href='http://wearality.com/' target='_blank'>Wearality</a>
is on the cutting edge of augmented and virutal reality, which is emerging as the premier way for humans to interact with technology. Wearality offers a truly immersive experience through patented optics and a field of view of 170 degrees, while remaining extremely lightweight.
</p>
</div>
<div class='col-sm-4'>
<a href='http://wearality.com/'>
<img class='img-responsive img-rounded pull-right hidden-xs' src='/images/gallery-wearality.png'>
</a>
</div>
</div>
</div>
</div>
<!-- .panel.panel-default.panel-demo -->
<!-- .panel-body -->
<!-- .row -->
<!-- .col-sm-8 -->
<!-- %h3 Z Shift -->
<!-- %p -->
<!-- %a{target: "_blank", href:"http://www.zshiftgroup.com/"} Z Shift -->
<!-- is developing VWF apps for a virtual command center in correlation with JS J7. -->
<!-- .col-sm-4 -->
<!-- %a{href: "http://www.zshiftgroup.com/"} -->
<!-- %img.img-responsive.img-rounded.pull-right.hidden-xs{src: "/images/gallery-zshift.png"} -->
<script src='js/jquery-1.10.2.min.js'></script>
<script src='js/compatibility.js'></script>
<script src='js/demos.js'></script>
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="vwf-footer">
<div class="container">
<div class="row">
<div class="col-sm-6">
<table class="contacts">
<tbody>
<tr><td>GitHub</td><td><a href="https://github.com/virtual-world-framework">@virtual-world-framework</a></td></tr>
<tr><td>Twitter</td><td><a href="http://twitter.com/VirtualWF">@VirtualWF</a></td></tr>
<!-- <tr><td>Stack Overflow</td><td><a href="http://stackoverflow.com/questions/tagged/vwf">#VWF</a></td></tr> -->
<tr><td>Issues?</td><td><a href="https://github.com/virtual-world-framework/vwf/issues/new">Create a GitHub Issue</a></td></tr>
</tbody>
</table>
</div>
<div class="legal col-sm-6">
<p class="small">Development of the Virtual World Framework is sponsored by the Department of Defense and is <a href="https://github.com/virtual-world-framework/vwf/blob/master/LICENSE">licensed</a> using Apache 2.</p>
<p class="small">"Collaboration" symbol by Krisada, "Toolbox" symbol by Dolly Vu, "3D Glasses" symbol by Fabio Grande, from <a href="http://thenounproject.com">The Noun Project</a> collection.
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/ZeroClipboard.min.js"></script>
<script src="js/application.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30971226-1', 'virtualworldframework.com');
ga('send', 'pageview');
</script>
</body>
</html>