-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
572 lines (335 loc) · 24 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
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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Black Box Geometric Computing with Python">
<link rel="canonical" href="https://geometryprocessing.github.io/blackbox-computing-python/">
<link rel="shortcut icon" href="favicon.ico">
<meta name="generator" content="mkdocs-1.1, mkdocs-material-5.1.7">
<title>Black Box Geometric Computing with Python</title>
<link rel="stylesheet" href="assets/stylesheets/main.4c7052ca.min.css">
<link rel="stylesheet" href="assets/stylesheets/palette.b79bcd20.min.css">
<meta name="theme-color" content="">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<style>body,input{font-family:"Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono",SFMono-Regular,Consolas,Menlo,monospace}</style>
<link rel="stylesheet" href="css/ansi-colours.css">
<link rel="stylesheet" href="css/jupyter-cells.css">
<link rel="stylesheet" href="css/pandas-dataframe.css">
</head>
<body dir="ltr" data-md-color-primary="light-black" data-md-color-accent="black">
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#black-box-geometric-computing-with-python" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
</div>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid" aria-label="Header">
<a href="https://geometryprocessing.github.io/blackbox-computing-python" title="Black Box Geometric Computing with Python" class="md-header-nav__button md-logo" aria-label="Black Box Geometric Computing with Python">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2m10 7.5V9a2 2 0 00-2-2H9v10h4a2 2 0 002-2v-1.5c0-.8-.7-1.5-1.5-1.5.8 0 1.5-.7 1.5-1.5M13 15h-2v-2h2v2m0-4h-2V9h2v2z"/></svg>
</a>
<label class="md-header-nav__button md-icon" for="__drawer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
</label>
<div class="md-header-nav__title" data-md-component="header-title">
<div class="md-header-nav__ellipsis">
<span class="md-header-nav__topic md-ellipsis">
Black Box Geometric Computing with Python
</span>
<span class="md-header-nav__topic md-ellipsis">
Home
</span>
</div>
</div>
<div class="md-header-nav__source">
<a href="https://github.com/geometryprocessing/blackbox-computing-python/" title="Go to repository" class="md-source">
<div class="md-source__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05L244 40.45a28.87 28.87 0 00-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 01-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 000 40.81l195.61 195.6a28.86 28.86 0 0040.8 0l194.69-194.69a28.86 28.86 0 000-40.81z"/></svg>
</div>
<div class="md-source__repository">
geometryprocessing/blackbox-computing-python
</div>
</a>
</div>
</nav>
</header>
<div class="md-container" data-md-component="container">
<main class="md-main" data-md-component="main">
<div class="md-main__inner md-grid">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="https://geometryprocessing.github.io/blackbox-computing-python" title="Black Box Geometric Computing with Python" class="md-nav__button md-logo" aria-label="Black Box Geometric Computing with Python">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2m10 7.5V9a2 2 0 00-2-2H9v10h4a2 2 0 002-2v-1.5c0-.8-.7-1.5-1.5-1.5.8 0 1.5-.7 1.5-1.5M13 15h-2v-2h2v2m0-4h-2V9h2v2z"/></svg>
</a>
Black Box Geometric Computing with Python
</label>
<div class="md-nav__source">
<a href="https://github.com/geometryprocessing/blackbox-computing-python/" title="Go to repository" class="md-source">
<div class="md-source__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05L244 40.45a28.87 28.87 0 00-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 01-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 000 40.81l195.61 195.6a28.86 28.86 0 0040.8 0l194.69-194.69a28.86 28.86 0 000-40.81z"/></svg>
</div>
<div class="md-source__repository">
geometryprocessing/blackbox-computing-python
</div>
</a>
</div>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Home
<span class="md-nav__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h14V7H3v2m0 4h14v-2H3v2m0 4h14v-2H3v2m16 0h2v-2h-2v2m0-10v2h2V7h-2m0 6h2v-2h-2v2z"/></svg>
</span>
</label>
<a href="." title="Home" class="md-nav__link md-nav__link--active">
Home
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</span>
Table of contents
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#course-material" class="md-nav__link">
Course Material
</a>
</li>
<li class="md-nav__item">
<a href="#installation" class="md-nav__link">
Installation
</a>
<nav class="md-nav" aria-label="Installation">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#packages-description" class="md-nav__link">
Packages Description
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#motivation" class="md-nav__link">
Motivation
</a>
</li>
<li class="md-nav__item">
<a href="#contact" class="md-nav__link">
Contact
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="https://www.icloud.com/keynote/0S7N5YO_5dhSTfYacBIGRxLvA#01_-_Introduction" title="Introduction" class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="fem-intro/" title="FEM Introduction" class="md-nav__link">
FEM Introduction
</a>
</li>
<li class="md-nav__item">
<a href="fem-intro-high-order/" title="FEM (Higher Order)" class="md-nav__link">
FEM (Higher Order)
</a>
</li>
<li class="md-nav__item">
<a href="geo_viz/" title="Geometry Processing" class="md-nav__link">
Geometry Processing
</a>
</li>
<li class="md-nav__item">
<a href="https://www.icloud.com/keynote/0iQMvxSA-M-FJGH8QcKpcf8Mw#04_-_Black_Box" title="Black Box Simulation" class="md-nav__link">
Black Box Simulation
</a>
</li>
<li class="md-nav__item">
<a href="cad_ml/" title="CAD Deep Learning" class="md-nav__link">
CAD Deep Learning
</a>
</li>
<li class="md-nav__item">
<a href="polyfem2d/" title="Meshing and Analysis" class="md-nav__link">
Meshing and Analysis
</a>
</li>
<li class="md-nav__item">
<a href="ultimate/" title="Ultimate Example" class="md-nav__link">
Ultimate Example
</a>
</li>
<li class="md-nav__item">
<a href="https://www.icloud.com/keynote/0LqBqqPGg0qnz9sJyZjMpDZUg#07_-_Conclusions" title="Conclusion" class="md-nav__link">
Conclusion
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</span>
Table of contents
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#course-material" class="md-nav__link">
Course Material
</a>
</li>
<li class="md-nav__item">
<a href="#installation" class="md-nav__link">
Installation
</a>
<nav class="md-nav" aria-label="Installation">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#packages-description" class="md-nav__link">
Packages Description
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#motivation" class="md-nav__link">
Motivation
</a>
</li>
<li class="md-nav__item">
<a href="#contact" class="md-nav__link">
Contact
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset">
<a href="https://github.com/geometryprocessing/blackbox-computing-python/edit/master/docs/index.md" title="Edit this page" class="md-content__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg>
</a>
<h1 id="black-box-geometric-computing-with-python">Black Box Geometric Computing with Python<a class="headerlink" href="#black-box-geometric-computing-with-python" title="Permanent link">¶</a></h1>
<p>This course is presented at <a href="https://conferences.eg.org/egev20/program/">Eurographics 2020</a> as a full day tutorial. A <a href="https://geometryprocessing.github.io/geometric-computing-python/">shorter version</a> of this course was presented at <a href="https://s2019.siggraph.org/">Siggraph 2019</a>.</p>
<p>In the course, we present a set of real-world examples from Geometry Processing, Physical Simulation, and Geometric Deep Learning. Each example is prototypical of a common task in research or industry and is implemented in a few lines of code. By the end of the course, attendees will have exposure to a swiss-army-knife of simple, composable, and high-performance tools for Geometric Computing.</p>
<h2 id="course-material">Course Material<a class="headerlink" href="#course-material" title="Permanent link">¶</a></h2>
<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PL0wZK75RSlnkbxgukKIgI1FiOoT8nxhqw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>The full course is available as videos <a href="https://www.youtube.com/playlist?list=PL0wZK75RSlnkbxgukKIgI1FiOoT8nxhqw">here</a>. It covers the theory and practice in an hands-on approach with many examples. We also publish the <em>rendered</em> <a href="https://jupyter.org">Jupyter</a> notebooks on this website and <em>interactive and editable</em> versions on <a href="https://mybinder.org/">Binder</a>.</p>
<p>The course is divided into the following parts:</p>
<ul>
<li>Introduction: <a href="https://www.icloud.com/keynote/0S7N5YO_5dhSTfYacBIGRxLvA#01_-_Introduction">Slides</a> | <a href="https://www.youtube.com/watch?v=NbygD97CWEg">Video</a></li>
<li>FEM Introduction: <a href="fem-intro">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Ffem-intro.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=3cfIIdLD7D4">Video</a></li>
<li>FEM Higher Order: <a href="fem-intro-high-order">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Ffem-intro-high-order.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=3cfIIdLD7D4">Video</a></li>
<li>Geometry Processing: <a href="geo_viz">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Fgeo_viz.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=mDUQlzfeULI">Video</a></li>
<li>Black Box Simulation: <a href="https://www.icloud.com/keynote/0iQMvxSA-M-FJGH8QcKpcf8Mw#04_-_Black_Box">Slides</a> | <a href="https://www.youtube.com/watch?v=s679kAqOqXM">Video</a></li>
<li>CAD Deep Learning: <a href="cad_ml">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Fcad_ml.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=uiiV6JoALjk">Video</a></li>
<li>Meshing and Analysis: <a href="polyfem2d">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Fpolyfem2d.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=6B7AwSC6lTY">Video</a></li>
<li>Ultimate Example: <a href="ultimate">Static Notebook</a> | <a href="https://mybinder.org/v2/gh/geometryprocessing/blackbox-computing-python.git/doc?filepath=nb%2Fultimate.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a> | <a href="https://www.youtube.com/watch?v=6B7AwSC6lTY">Video</a></li>
<li>Conclusion: <a href="https://www.icloud.com/keynote/0LqBqqPGg0qnz9sJyZjMpDZUg#07_-_Conclusions">Slides</a> | <a href="https://www.youtube.com/watch?v=irdxnu0mW2I">Video</a></li>
</ul>
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">¶</a></h2>
<p>The easiest way to install the libraries used in the course is trough the <a href="https://anaconda.org/">conda</a> or <a href="https://docs.conda.io/en/latest/miniconda.html">miniconda</a> python package manager.</p>
<p>All libraries are part of the channel <a href="https://conda-forge.org/">conda forge</a>, which we advise to add to your conda channels by:
<div class="highlight"><pre><span></span><code>conda config --add channels conda-forge
</code></pre></div></p>
<p>This step allows to install any conda forge package simply with <code>conda install <package></code>.</p>
<p>To install all our packages just run:
<div class="highlight"><pre><span></span><code>conda install meshplot igl wildmeshing polyfempy
</code></pre></div>
In addition, <a href="https://jupyter.org">Jupyter</a> can be easily installed to run the interactive notebooks:</p>
<div class="highlight"><pre><span></span><code>conda install jupyter
</code></pre></div>
<p><strong>Note</strong>: If the problem persists, you can post an issue on the github bugtracker of each library or <a href="https://geometryprocessing.github.io/blackbox-computing-python/issues">here</a>.</p>
<h3 id="packages-description">Packages Description<a class="headerlink" href="#packages-description" title="Permanent link">¶</a></h3>
<p>More information about the libraries used in the course can be found on their websites:</p>
<ul>
<li><a href="https://skoch9.github.io/meshplot/">Meshplot</a>: fast 2d and 3d mesh viewer based on <code>pythreejs</code>.</li>
<li><a href="https://wildmeshing.github.io/">Wildmeshing</a>: robust 2d and 3d meshing package (<a href="https://wildmeshing.github.io/wildmeshing-notebook/">python documentation</a>)</li>
<li><a href="https://libigl.github.io/">igl</a>: swiss-army-knife for Geometric Processing functions (<a href="https://libigl.github.io/libigl-python-bindings/">python documentation</a>)</li>
<li><a href="https://polyfem.github.io/">polyfempy</a>: simple but powerful finite element library (<a href="https://polyfem.github.io/python/">python documentation</a>)</li>
<li><a href="https://deep-geometry.github.io/abc-dataset/">ABC CAD dataset</a>: 1 million meshed CAD models with feature descriptions</li>
</ul>
<h2 id="motivation">Motivation<a class="headerlink" href="#motivation" title="Permanent link">¶</a></h2>
<p>Many disciplines of Computer Science have access to high level libraries allowing researchers and engineers to quickly produce prototypes. For instance, in Machine Learning, one can construct complex, state-of-the-art models which run on the GPU in just a few lines of Python.</p>
<p>In the field of Geometric Computing, however such high-level libraries are sparse. As a result, writing prototypes for geometry processing is time consuming and difficult even for advanced users.</p>
<p>In this course, we present a set of easy-to-use Python packages for applications in Geometric Computing. We have designed these libraries to have a shallow learning curve, while also enabling programmers to easily accomplish a wide variety of complex tasks. Furthermore, the libraries we present share <code>NumPy</code> arrays as a common interface, making them highly composable with each-other as well as existing scientific computing packages. Finally, our libraries are blazing fast, doing most of the heavy computations in C++ with a minimal constant-overhead interface to Python.</p>
<h2 id="contact">Contact<a class="headerlink" href="#contact" title="Permanent link">¶</a></h2>
<p>This course is a group endeavor by Sebastian Koch, Teseo Schneider, Francis Williams, Chengchen Li, and Daniele Panozzo. Please contact us if you have questions or comments. For troubleshooting, please post an issue on github. We are grateful to the authors of all open source C++ libraries we are using. In particular, libigl, tetwild, polyfem, pybind11, and Jupyter.</p>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid" aria-label="Footer">
<a href="fem-intro/" title="FEM Introduction" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
<div class="md-footer-nav__title">
<div class="md-ellipsis">
<span class="md-footer-nav__direction">
Next
</span>
FEM Introduction
</div>
</div>
<div class="md-footer-nav__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
Made with
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>
</div>
<div class="md-footer-social">
<a href="https://geometryprocessing.github.io/blackbox-computing-python" target="_blank" rel="noopener" title="geometryprocessing.github.io" class="md-footer-social__link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
</a>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/javascripts/vendor.22b62ea4.min.js"></script>
<script src="assets/javascripts/bundle.5f27aba8.min.js"></script><script id="__lang" type="application/json">{"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents"}</script>
<script>
app = initialize({
base: ".",
features: [],
search: Object.assign({
worker: "assets/javascripts/worker/search.f6ebf1dc.min.js"
}, typeof search !== "undefined" && search)
})
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>
</body>
</html>