-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgallery.html
More file actions
116 lines (104 loc) · 7.13 KB
/
gallery.html
File metadata and controls
116 lines (104 loc) · 7.13 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="OpenSWR : A High Performance, Highly Scalable software OpenGL implementation">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>OpenSWR</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="mesa_banner" href="https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/swr">View source in Mesa</a>
<a href="index.html">
<h1 id="project_title">OpenSWR</h1>
</a>
<a href="index.html">
<h2 id="project_tagline">A High Performance, Highly Scalable Software Rasterizer for OpenGL</h2>
</a>
<nav>
<ul class="navbar">
<li class="navbar"><a href="index.html">Overview</a></li>
<li class="navbar"><a href="index.html#build">Build</a></li>
<li class="navbar active"><a href="gallery.html">Gallery</a></li>
<li class="navbar"><a href="perf.html">Performance</a></li>
<li class="navbar" style="float:right"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="intro" class="anchor" href="#wintro" aria-hidden="true"><span class="octicon octicon-link"></span></a>OpenSWR Gallery</h3>
<p>Examples of OpenSWR rendering inside popular visualization applications.
<table rules="rows">
<!-- ======================================================= -->
<tr>
<td style="vertical-align:center" width=235>
<a href="jpg/SpaceWeather_SWR.png"><img src="jpg/SpaceWeather_SWR.png" width="95%"></a>
<p style="text-align:center"><a style="text-align:center" href="http://youtu.be/c_td8epBihg">Magnetic Reconnection time series animation can be found here</a>.<p>
</td>
<td style="vertical-align:top">
<h4 style="text-align:center">"Daughton Magnetic Reconnection" IsoSurface</h4>
<ul id="demo-bullets">
<li>Iso-surface of the 1024<sup>3</sup> Daughton Magnetic Reconnection volume data set, generated with ParaView, and rendered using OpenSWR.</li>
<li>Generated iso-surface contains 20M and 85M triangles (depending on time slice).</li>
<li>Achieved using unmodified Paraview 4.1 on an Intel® Core™ i7-4790 workstation with 32GB of memory.
<br>
</ul>
<cite>Model used with permission from Bill Daughton (LANL) and Berk Geveci (KitWare). For more information on this simulation, please read <a href="http://arxiv.org/abs/1405.4040">this paper.</a></cite>
</td>
</tr>
<!-- ======================================================= -->
<tr>
<td style="vertical-align:center" width=235>
<a href="jpg/Wendell_SWR.png"><img src="jpg/Wendell_SWR.png" width="95%"></a></p>
<p style="text-align:center"><a style="text-align:center" href="http://youtu.be/YM-zm9k7vtc">Plasma Cyclone time series animation can be found here</a>.<p>
</td>
<td style="vertical-align:top">
<h4 style="text-align:center">"Wendell Plasma Cyclone" IsoSurface</h4>
<ul id="demo-bullets">
<li>Iso-surfaces of the 257<sup>3</sup> Wendell Horton rF13 Plasma Vortex volume data set, generated with ParaView, and rendered using OpenSWR.</li>
<li>Achieved using unmodified Paraview 4.1 on an Intel® Core™ i7-4790 workstation with 32GB of memory.
<br>
<br>
</ul>
<cite>Model used with permission from Wendell Horton, Anne Bowen, and Greg Foss at Texas Advanced Computing Center. For more information about Dr. Horton's fascinating plasma studies, please visit: <a href="http://www.tacc.utexas.edu/-/a-deep-dive-into-plasma">A Deep Dive Into Plasma</a></cite>
</td>
</tr>
<!-- ======================================================= -->
<tr>
<td style="vertical-align:center" width=235>
<a href="jpg/tornado_SWR.png"><img src="jpg/tornado_SWR.png" width="95%"></a></p>
<p style="text-align:center"><a style="text-align:center" href="https://youtu.be/sc8B22u4ZSM">CM1 Tornado time series animation can be found here</a>.<p>
</td>
<td style="vertical-align:top">
<h4 style="text-align:center">CM1 Tornado IsoSurface</h4>
<ul id="demo-bullets">
<li>Iso-surfaces of the CM1 Tornado simulation volume data set, generated with VisIt, and rendered using OpenSWR.</li>
<li>Generated iso-surfaces contain 7M+ triangles per time step over the 1000-step series.</li>
<li>Achieved using VisIt 3.0-beta on a dual-socket Intel® Xeon™ E5-2699 v4 workstation with 128GB of memory.
<br>
<br>
</ul>
<cite>Model from Leigh Orf at the University of Wisconsin. For more tornado visualization, please visit <a href="http://orf.media">Leigh Orf's website</a>.</cite>
</td>
</tr>
<!-- ======================================================= -->
</table>
<!-- FOOTER -->
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">OpenSWR maintained by <a href="https://github.com/OpenSWR">OpenSWR</a>
<br>For information about compiler optimizations, see our <a href="https://software.intel.com/en-us/articles/optimization-notice#opt-en">Optimization Notice</a>.
<br>©2009-2020 Intel Corporation
<br><a href="https://www.intel.com/privacy">Privacy</a></p>
</footer>
</div>
</body>
</html>