-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
592 lines (555 loc) · 28.4 KB
/
gallery.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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Glumpy gallery</title>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootswatch-3.3.4/cosmo/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/css/font-mfizz.css" type="text/css" />
<link rel="stylesheet" href="_static/css/font-awesome.css" type="text/css" />
<link rel="stylesheet" href="_static/style.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="" href="index.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body role="document">
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="_static/glumpy-text-white.png">
</a>
<span class="navbar-text navbar-version pull-left"><b></b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="divider-vertical"></li>
<li><a href="http://glumpy.readthedocs.org/en/latest/">Documentation</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="news.html">News</a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"></ul>
</li>
</ul>
<!--
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
-->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 content">
<div class="section" id="gallery">
<h1>Gallery<a class="headerlink" href="#gallery" title="Permalink to this headline">¶</a></h1>
<div class="lead">
Some screenshots from the glumpy examples directory.</div>
<p>You will need the latest glumpy for the <a class="reference external" href="https://github.com/glumpy/">github repository</a> to run them.</p>
<div class="line-block">
<div class="line"><br /></div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/fireworks.png"><img alt="_images/fireworks.png" class="img-rounded" src="_images/fireworks.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Fireworks</span></p>
<p>This example demonstrates simulation of fireworks using point
sprites and has been adapted from the <a class="reference external" href="http://opengles-book.com/es2/index.html">OpenGL ES 2.0 Programming
Guide</a>.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/fireworks.py"/>
<span class="fa fa-github"></span> Sources </a>
<a type="button" class="btn btn-danger btn-xs" href="_static/movies/fireworks.mp4"/>
<span class="glyphicon glyphicon-film"></span>Movie</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/galaxy.png"><img alt="_images/galaxy.png" class="img-rounded" src="_images/galaxy.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Spiral galaxy</span></p>
<p>This is a simulation of a galaxy using the density wave theory as
explained by Ingo Berg. All simulation details can be found on <a class="reference external" href="http://beltoforion.de/galaxy/galaxy_en.html">his
site</a>.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/galaxy.py"/>
<span class="fa fa-github"></span> Sources
</a>
<a type="button" class="btn btn-danger btn-xs" href="_static/movies/galaxy.mp4"/>
<span class="glyphicon glyphicon-film"></span>Movie</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/voronoi.png"><img alt="_images/voronoi.png" class="img-rounded" src="_images/voronoi.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Voronoi diagrams</span></p>
<p>This example shows dynamic voronoi based on an <a class="reference external" href="https://wwwx.cs.unc.edu/~geom/papers/documents/technicalreports/tr99011.pdf">old technique</a>
where the hardware is used to compute the diagram using 3D occluded cones.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/voronoi.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/high-frequency.png"><img alt="_images/high-frequency.png" class="img-rounded" src="_images/high-frequency.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">High-frequency signal</span></p>
<p>This example explains how to plot high-frequency functions by
resampling the signal. More details on the <a class="reference external" href="http://blog.hvidtfeldts.net/">Syntopia</a> website and <a class="reference external" href="https://www.shadertoy.com/view/4sB3zz">Shadertoy</a></p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/high-frequency.py">
<span class="fa fa-github"></span> Sources </a>
<a type="button" class="btn btn-danger btn-xs" href="_static/movies/high-frequency.mp4"/>
<span class="glyphicon glyphicon-film"></span>Movie</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/geometry-surface.png"><img alt="_images/geometry-surface.png" class="img-rounded" src="_images/geometry-surface.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Surface elevation</span></p>
<p>This example shows a 10x10 numpy array represented as a heightfield
that is generated entirely on the GPU (using a default mesh).</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/geometry-surface.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/gloo-cloud.png"><img alt="_images/gloo-cloud.png" class="img-rounded" src="_images/gloo-cloud.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Point cloud</span></p>
<p>This example shows a 3D cloud of a million anti-aliased and stroked
points animated in real-time. Most of them are hidden though !</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/gloo-cloud.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/mandelbrot.png"><img alt="_images/mandelbrot.png" class="img-rounded" src="_images/mandelbrot.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Mandelbrot set</span></p>
<p>The mandatory Mandelbrot set computed in the GPU with single float
precision even tough <a class="reference external" href="https://www.thasler.org/blog/?p=93">double precision</a> is possible.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/mandelbrot.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/geometry-parametric.png"><img alt="_images/geometry-parametric.png" class="img-rounded" src="_images/geometry-parametric.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Klein bottle</span></p>
<p>Just because we can ! This example demonstrates parametric surface
generation and visualization with uv mapping.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/geometry-parametric.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/quiver.png"><img alt="_images/quiver.png" class="img-rounded" src="_images/quiver.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Quiver plot</span></p>
<p>Using GPU power, we can litteraly draw a quiver plot using a
single quad. Adapted from Morgan McGuire <a class="reference external" href="https://www.shadertoy.com/view/4s23DG">original idea on
shadertoy</a></p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/quiver.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/polar-frame.png"><img alt="_images/polar-frame.png" class="img-rounded" src="_images/polar-frame.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Projected frame</span></p>
<p>Pixel perfect anti-aliased projected frame drawn by the GPU using a
single quad. This can be adapted to any projection actually.</p>
<!-- <button type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/gloo-frame.py"/>
<span class="fa fa-github"></span> Sources</button> -->
<button type="button" class="btn btn-danger btn-xs disabled="disabled"">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/grayscott.png"><img alt="_images/grayscott.png" class="img-rounded" src="_images/grayscott.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Reaction Diffusion</span></p>
<p>This example simulates a Reaction diffusion using Gray-Scott model
largely inspired from this <a class="reference external" href="http://mrob.com/pub/comp/xmorphia/">great site</a> that gives all the details.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/grayscott.py"/>
<span class="fa fa-github"></span> Sources
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/text.png"><img alt="_images/text.png" class="img-rounded" src="_images/text.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Hello world !</span></p>
<p>Text rendering uses both <a class="reference external" href="http://jcgt.org/published/0002/01/04/">regular textured glyph</a> with higher quality and
<a class="reference external" href="http://www.valvesoftware.com/publications/2007/SIGGRAPH2007_AlphaTestedMagnification.pdf">signed distance fields</a>.
<a class="reference external" href="https://code.google.com/p/glyphy/">Glyphy</a> to follow soon (hopefully).</p>
<!-- <button type="button" class="btn btn-primary btn-xs">
<span class="fa fa-github"></span> Sources</button> -->
<button type="button" class="btn btn-danger btn-xs">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/filter-blur.png"><img alt="_images/filter-blur.png" class="img-rounded" src="_images/filter-blur.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Post processing filters</span></p>
<p>Post-processing is applied through python context manager. This
example combines two filters to produce Gaussian blur.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/filter-blur.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/shadertoy-colormaps.png"><img alt="_images/shadertoy-colormaps.png" class="img-rounded" src="_images/shadertoy-colormaps.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Colormaps</span></p>
<p>Most colormaps can be computed just in time within GPU. But color
lookup tables are also available through 1D textures.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/colormaps.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/gloo-terminal.png"><img alt="_images/gloo-terminal.png" class="img-rounded" src="_images/gloo-terminal.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">UTF8 Terminal</span></p>
<p>This is a fast & failsafe terminal that allows to quickly display
information on screen. It uses the UCS 6x13 bitmap character sets.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/gloo-terminal.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/collection-custom-lines.png"><img alt="_images/collection-custom-lines.png" class="img-rounded" src="_images/collection-custom-lines.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Realtime signals</span></p>
<p>From an idea by Cyrille Rossant, this example shows 320 signals
with 10,000 points each. Each signal can be zoomed in/out
individually.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/collection-update.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/smoke.png"><img alt="_images/smoke.png" class="img-rounded" src="_images/smoke.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Smoke simulation</span></p>
<p>Porting the fluid simulation from the <a class="reference external" href="http://prideout.net/blog/?p=58">little
grasshopper</a>, this example
shows a very nice smoke simulation using GPU.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/smoke/smoke.py"/>
<span class="fa fa-github"></span>Sources</a>
<a type="button" class="btn btn-danger btn-xs" href="_static/movies/smoke.mp4"/>
<span class="glyphicon glyphicon-film"></span> Movie</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/gloo-magnify.png"><img alt="_images/gloo-magnify.png" class="img-rounded" src="_images/gloo-magnify.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Magnifying glass</span></p>
<p>A magnigying glass to help the visualization of a scatter
plot. The position and level of zoom is controlled by the
mouse.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/gloo-magnify.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/isocurves.png"><img alt="_images/isocurves.png" class="img-rounded" src="_images/isocurves.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Isocurves</span></p>
<p>Isocurves can be direcly computed on the GPU (no need to
precompute them). This is a very fast and accurate technique.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/isocurves.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/lorenz.png"><img alt="_images/lorenz.png" class="img-rounded" src="_images/lorenz.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Lorenz attractor</span></p>
<p>Collections (glyphs, paths and segments) allow for efficient batch
rendering of several objects with a few GL calls.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/lorenz.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/tiger.png"><img alt="_images/tiger.png" class="img-rounded" src="_images/tiger.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">SVG rendering</span></p>
<p>SVG rendering using polygons and paths collections allow for efficient batch
rendering of the tiger.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/tiger.py"/>
<span class="fa fa-github"></span> Sources</a>
<button type="button" class="btn btn-danger btn-xs disabled="disabled"">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/graph.png"><img alt="_images/graph.png" class="img-rounded" src="_images/graph.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Graphs</span></p>
<p>Graphs can be rendered using collections of markers and line
segments allowing very fast display.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/graph.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/material-colors.png"><img alt="_images/material-colors.png" class="img-rounded" src="_images/material-colors.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Colors</span></p>
<p>Named colors are easily accessible using colon notation
and namespace such as <a class="reference external" href="http://www.google.com/design/spec/style/color.html">material</a>, <a class="reference external" href="http://www.w3.org/TR/css3-color/#html4">web</a> and <a class="reference external" href="http://www.w3.org/TR/css3-color/#svg-color">svg</a>.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/material-colors.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/protein.png"><img alt="_images/protein.png" class="img-rounded" src="_images/protein.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Molecules</span></p>
<p>Molecules can be rendered very efficiently using sphere impostors
and screen space ambient occlusion.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/protein.py"/>
<span class="fa fa-github"></span> Sources</a>
<button type="button" class="btn btn-danger btn-xs disabled="disabled"">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/spiral.png"><img alt="_images/spiral.png" class="img-rounded" src="_images/spiral.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Matplotlib</span></p>
<p>Matplotlib API is slowly building up.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/spiral.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/polar-projection.png"><img alt="_images/polar-projection.png" class="img-rounded" src="_images/polar-projection.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Transforms</span></p>
<p>Virtually any kind of transform can be used.</p>
<button type="button" class="btn btn-danger btn-xs disabled="disabled"">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/spherical-harmonics.png"><img alt="_images/spherical-harmonics.png" class="img-rounded" src="_images/spherical-harmonics.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Spherical Harmonics</span></p>
<p>Animated spherical harmonics computed on the GPU.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/spherical-harmonics.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/topojson.png"><img alt="_images/topojson.png" class="img-rounded" src="_images/topojson.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Topojson files</span></p>
<p>Rendering of the USA states and counties using Albers projection.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/topojson.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/skybox.png"><img alt="_images/skybox.png" class="img-rounded" src="_images/skybox.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Sky box</span></p>
<p>Standard skyboxes (texture cube).</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/skybox.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/cartopy.png"><img alt="_images/cartopy.png" class="img-rounded" src="_images/cartopy.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Cartography</span></p>
<p>Cartographic projection.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/cartopy.py"/>
<span class="fa fa-github"></span> Sources</a>
<button type="button" class="btn btn-danger btn-xs disabled="disabled"">
<span class="fa fa-spinner fa-spin"></span> WIP</button></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/teapot.png"><img alt="_images/teapot.png" class="img-rounded" src="_images/teapot.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Transparency</span></p>
<p>Order independent transparency</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/transparency/oit-teapot.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/brain.png"><img alt="_images/brain.png" class="img-rounded" src="_images/brain.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Mesh reading</span></p>
<p>Mesh reading and specular light</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/brain.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/earth.png"><img alt="_images/earth.png" class="img-rounded" src="_images/earth.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Earth rendering</span></p>
<p>Dynamic textured earth with national capitals.</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/earth.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<a class="reference external image-reference" href="_static/screenshots/choropleth.png"><img alt="_images/choropleth.png" class="img-rounded" src="_images/choropleth.png" style="width: 100%;" /></a>
<div class="caption">
<p><span class="h4">Choropleth</span></p>
<p>Choropleth with Albers projection</p>
<a type="button" class="btn btn-primary btn-xs"
href="https://github.com/glumpy/glumpy/blob/master/examples/topojson.py"/>
<span class="fa fa-github"></span> Sources</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<ul class="list-inline">
<li><a href="https://github.com/glumpy/glumpy">GitHub</a></li>
<li>·</li>
<li><a href=""><a href="https://github.com/glumpy/glumpy/blob/master/examples/README.rst">Examples</a></li>
<li>·</li>
<li><a href="https://github.com/glumpy/glumpy/issues">Issues</a></li>
<li>·</li>
<li><a href="">Changelog</a></li>
<li>·</li>
<li><a href="https://github.com/glumpy/glumpy/releases">Releases</a></li>
<li class="pull-right"><a href="#">Back to top</a></li>
</ul>
<ul class="list-unstyled small">
<li>Copyright (c) 2011-2016 Nicolas P. Rougier</li>
<li>Code licensed under
<a href="http://opensource.org/licenses/BSD-2-Clause">BSD license</a>,
documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0 </a>
</li>
<li>
Made with <a href="http://sphinx-doc.org">sphinx</a> using the excellent
<a href="https://github.com/ryan-roemer/sphinx-bootstrap-theme">bootstrap theme</a>
</li>
</ul>
</div>
</footer>
</body>
</html>