-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
251 lines (237 loc) · 13.8 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SpectorJS - Explore and Troubleshoot your WebGL scenes with ease</title>
<meta name="description" content="Explore and Troubleshoot your WebGL scenes with ease">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no, user-scalable=no">
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#555555">
<meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="author" href="humans.txt" />
<!-- FB -->
<meta property="og:title" content="Spector.js demos & documentation" />
<meta property="og:site_name" content="Spector.js" />
<meta property="og:url"
content="http://spector.babylonjs.com" />
<meta property="og:description"
content="SpectorJS is an Open source toolking helping to Explore and Troubleshoot your WebGL scenes with ease." />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://spector.babylonjs.com/assets/spectorjs-512.png" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@SpectorJS" />
<meta name="twitter:creator" content="@SpectorJS" />
<meta name="twitter:url" content="http://spector.babylonjs.com" />
<meta name="twitter:title" content="Babylon.js demos & documentation" />
<meta name="twitter:description" content="SpectorJS is an Open source toolking helping to Explore and Troubleshoot your WebGL scenes with ease." />
<meta name="twitter:image" content="http://spector.babylonjs.com/assets/spectorjs-512.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:700">
<link rel="stylesheet" href="scss/main.css">
<script src="//cdn.webglstats.com/stat.js" defer="defer" async="async"></script>
</head>
<body>
<header class="page-title">
<div class="wrapper">
<div class="banner">
<div class="banner-item">
<h1><img src="assets/spectorjs.svg" alt="BabylonJS"></h1>
</div>
<div class="banner-item"></div>
<div class="banner-item">
<h2><i>WebGL.</i> <i>Simple.</i> <i>Powerful.</i></h2>
<p>A complete engine agnostic JavaScript framework for exploring and troubleshooting your WebGL scenes with ease</p>
</div>
</div>
</div>
</header>
<div class="download-bar">
<div class="wrapper">
<a class="button-red" href="#thirdpartydemossection" title="Try SpectorJS">Try</a>
<a class="button-green" href="https://www.npmjs.com/package/spectorjs" title="Download">Download</a>
<a class="button-blue" href="https://github.com/BabylonJS/Spector.js" title="GitHub">GitHub</a>
</div>
</div>
<nav class="navigation">
<div class="wrapper">
<a href="#maindemossection">Introduction</a>
<a href="#featuresdemossection">Install</a>
<a href="https://github.com/BabylonJS/Spector.js">Documentation</a>
<a href="#specifications">Specifications</a>
<a href="//www.babylonjs.com">Babylon JS</a>
</div>
</nav>
<main>
<section id="maindemossection">
<div class="wrapper">
<h2>Introduction</h2>
<div class="gallery">
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="INSTANCED BONES" style="margin:0.5em; position: relative; display: block; margin: .5em; overflow: hidden; color: white;" href="./Demos/InstancedBones/" target="blank" itemprop="url">
<iframe width="400px" height="250px" class="gallery-item-img" src="https://www.youtube.com/embed/8XQrcEe9TP8?ecver=1" frameborder="0" allowfullscreen></iframe>
</a>
</article>
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="INSTANCED BONES" style="margin:0.5em; position: relative; display: block; margin: .5em; overflow: hidden; color: white;" href="./Demos/InstancedBones/" target="blank" itemprop="url">
<iframe width="400px" height="250px" class="gallery-item-img" src="https://www.youtube.com/embed/Dp2tL4FvRVk" frameborder="0" allowfullscreen></iframe>
</a>
</article>
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="GETTING STARTED" class="gallery-item-link" href="http://www.realtimerendering.com/blog/debugging-webgl-with-spectorjs/" target="blank" itemprop="url">
<img class="gallery-item-img" alt="Chrome extension" src="./img/gettingStarted.png"
itemprop="image" style="height: 250px;">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">Getting Started</h3>
<div class="gallery-item-others">
<div class="gallery-item-size"></div>
</div>
</div>
</a>
</article>
</div>
</div>
</section>
<section id="featuresdemossection">
<div class="wrapper">
<h2>Browser Extension</h2>
<div class="gallery">
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="CHROME" class="gallery-item-link" href="https://chrome.google.com/webstore/detail/spectorjs/denbgaamihkadbghdceggmchnflmhpmk" target="blank" itemprop="url">
<img class="gallery-item-img" alt="Chrome extension" src="./img/chromeWebStore.png"
itemprop="image">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">CHROME</h3>
<div class="gallery-item-others">
<div class="gallery-item-size"></div>
</div>
</div>
</a>
</article>
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="FIREFOX" class="gallery-item-link" href="https://addons.mozilla.org/en-US/firefox/addon/spector-js/" target="blank" itemprop="url">
<img class="gallery-item-img" alt="Firefox extension" src="./img/mozillaWebStore.png"
itemprop="image">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">FIREFOX</h3>
<div class="gallery-item-others">
<div class="gallery-item-size"></div>
</div>
</div>
</a>
</article>
</div>
</div>
</section>
<section id="thirdpartydemossection">
<div class="wrapper">
<h2>Demos</h2>
<div class="gallery">
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="INSTANCED BONES" class="gallery-item-link" href="./Demos/InstancedBones/" target="blank" itemprop="url">
<img class="gallery-item-img" alt="WebGL scene for INSTANCED BONES" src="/assets/bones2.jpg"
itemprop="image">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">BONES</h3>
<div class="gallery-item-others">
<div class="gallery-item-size">10 MB</div>
</div>
</div>
</a>
</article>
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="PBR" class="gallery-item-link" href="./Demos/PBR/" target="blank"
itemprop="url">
<img class="gallery-item-img" alt="WebGL scene for PBR demo" src="/assets/pbr.jpg"
itemprop="image">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">PBR</h3>
<div class="gallery-item-others">
<div class="gallery-item-size">15 MB</div>
</div>
</div>
</a>
</article>
<article class="gallery-item" itemscope="" itemtype="http://schema.org/CreativeWork">
<a title="Sponza Dynamic Shadows" class="gallery-item-link" href="./demos/SponzaDynamicShadows/" target="blank"
itemprop="url">
<img class="gallery-item-img" alt="WebGL scene for Sponza Dynamic Shadows demo" src="/assets/SponzaDS.jpg"
itemprop="image">
<div class="gallery-item-infos">
<h3 class="gallery-item-title" itemprop="name">SHADOWS</h3>
<div class="gallery-item-others">
<div class="gallery-item-size">30 MB</div>
</div>
</div>
</a>
</article>
</div>
</div>
</section>
<section class="about" id="specifications">
<div class="wrapper">
<h2>Specifications <a class="upper-link" href="#specifications">⇪</a></h2>
<div class="columnize">
<ul>
<li>Capture and introspect Webgl frames</li>
<li>Shader Visualizer</li>
<li>Full context information</li>
<li>Heuristic based analytics</li>
<li>Visual State</li>
<li>Browser extension</li>
<li>Easy to embed</li>
<li>Stack trace</li>
<li>Export import captures</li>
<li>Web VR</li>
<li>Works on <strong>all WebGL platforms</strong> and <strong>Engines</strong></li>
</ul>
</div>
</div>
</section>
</main>
<hr class="margin">
<footer>
<div class="wrapper">
<p>
Lead developers: <a href="https://github.com/sebavan">Seb</a>
</p>
<p>
Core contributors: <a href="https://twitter.com/deltakosh">David Catuhe</a>
</p>
<p>
<img class="netlifyLogo" src="assets/netlify.svg" /><a href="https://www.netlify.com" target="_blank">Deployed by netlify</a>
</p>
</div>
</footer>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.4.min.js"><\/script>')</script>
<script src="js/main.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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-98319621-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>