-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtool_miPhysics.html
More file actions
executable file
·447 lines (375 loc) · 23.8 KB
/
tool_miPhysics.html
File metadata and controls
executable file
·447 lines (375 loc) · 23.8 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
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>mi-Creative</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="mi Creative" />
<meta name="keywords" content="Physical, Modeling, Mass, Spring, Digital, Arts, Grenoble, Gipsa" />
<meta name="author" content="miCreative" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800%7CPlayfair%20Display:700%7CPT%20Serif:400i' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='style.css' />
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="single single-portfolio tool">
<div class="site-wrapper">
<div class="doc-loader"></div>
<!-- Left Part Sidebar -->
<div class="menu-left-part">
<!-- Menu from nav.js -->
<nav id="header-main-menu"></nav>
<!-- Hello text in menu from nav.js -->
<div id="header-main-text" class="menu-right-text"></div>
</div>
<!-- Right Part Sidebar -->
<div id="nav-top" class="menu-right-part">
<div class="header-logo">
<a href="index.html">
<img src="images/logo.png" alt="miCreative">
</a>
</div>
<div class="toggle-holder">
<div id="toggle">
<div class="menu-line"></div>
</div>
</div>
</div>
<!-- Page Content Holder -->
<div id="content" class="site-content">
<div class="portfolio-item-wrapper">
<div class="portfolio-content center-relative content-1170">
<div id="slider" class="simple-image-slider-wrapper relative swiper-container">
<div class="swiper-wrapper image-slider slider">
<video id="player0" controls loop enableAutosize="true" height="100%"
width="100%" poster="images/tools/tool_miPhysics_01.png" preload="none" playsinline webkit-playsinline>
<source src="video/ThreeSyst.mov" type="video/mp4">
</video>
<div class="swiper-slide">
<img src="images/tools/tool_miPhysics_02.png" alt="">
</div>
<div class="swiper-slide">
<img src="images/tools/tool_miPhysics_03.jpg" alt="">
</div>
</div>
<div class="clear"></div>
<div class="swiper-pagination simple-image-slider-pagination swiper-pagination-slider"></div>
</div>
<div class="two_third">
<h1>miPhysics (Processing)</h1>
<div class="medium-text">
miPhysics is a mass-interaction physical modelling library, coded in Java and designed primarily for the Processing sketching environment.
</div>
<br>
<p>
Using elementary physical elements (such as masses, springs, contact interactions...) in a 3D space, it allows for the modular design of any type of physical object for visual generation, audio synthesis or haptic interaction purposes - or even all three at the same time !
</p>
<p>
Examples of applications range from sound synthesis to interactive visual arts, virtual reality, or even multisensory interaction (hearing, seeing & touching) with virtual musical instruments.
</p>
<p>
Download the tool and head over to the examples to see for yourself! Regarding sound synthesis possibilities of this tool, you might want to investigate emerging non-linear behaviours inherent to 3D mass-interaction models. For instance, listen to the model below, struck lightly (the first one), then hard (the second one) :
</p>
<div style="text-align: center;">
<audio id="player_audio_1" preload="none" controls style="max-width: 100%">
<source src="audio/miPhysics_3DBeam_Low.mp3" type="audio/mp3">
</audio>
<audio id="player_audio_2" preload="none" controls style="max-width: 100%">
<source src="audio/miPhysics_3DBeam_High.mp3" type="audio/mp3">
</audio>
</div>
<h2>Videos</h2>
<video id="player1" style="width:100%;" poster="images/papers/paper_haid19_head.jpg" preload="none" controls playsinline webkit-playsinline>
<source src="video/Conf_HAID19.m4v" type="video/mp4">
</video>
<div style="display: inline-block; text-align: center;">
<div style="width:49.5%; display: inline-block; padding-left: auto; padding-right: auto">
<video id="player2" style="width:100%;" poster="images/expe_miPhysics_Beams.jpg" preload="none" controls playsinline webkit-playsinline>
<source src="video/Expe_miPhysics_Beams.m4v" type="video/mp4">
</video>
</div>
<div style="width:49.5%; display: inline-block; padding-left: auto; padding-right: auto">
<video id="player3" style="width:100%;" poster="images/expe_miPhysics_miTouch.jpg" preload="none" controls playsinline webkit-playsinline>
<source src="video/Expe_miPhysics_miTouch.m4v" type="video/mp4">
</video>
</div>
</div>
<h2>Sound Synthesis Examples</h2>
<div class="french">
<p class="video-title">
Plucking a Simulated String
</p>
</div>
<div class="english">
<p class="video-title">
Plucking a Simulated String
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/FnApvYs2RNg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen modestbranding=1></iframe>
</div>
<div class="french">
<p class="video-title">
Exciting a Simulated String with an eBow
</p>
</div>
<div class="english">
<p class="video-title">
Exciting a Simulated String with an eBow
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wvYFbuv8b-Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Two Colliding Strings
</p>
</div>
<div class="english">
<p class="video-title">
Two Colliding Strings
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/i_DdIAJCjG8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Exploring a Beam Model
</p>
</div>
<div class="english">
<p class="video-title">
Exploring a Beam Model
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jgzVsZeTNGo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
More Complex Structures: A Bell
</p>
</div>
<div class="english">
<p class="video-title">
More Complex Structures: A Bell
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/XmRJot6RnFE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Sculpting Physical Matter in Real-time
</p>
</div>
<div class="english">
<p class="video-title">
Sculpting Physical Matter in Real-time
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hV0yU69OUhI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Cymbal-like Models
</p>
</div>
<div class="english">
<p class="video-title">
Cymbal-like Models
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vBVyT2zJ3_Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
A Flat Plank
</p>
</div>
<div class="english">
<p class="video-title">
A Flat Plank
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/TiUVX5omZJQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<br>
<h2>Visual Examples</h2>
<div class="french">
<p class="video-title">
Hello Mass !
</p>
</div>
<div class="english">
<p class="video-title">
Hello Mass !
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ry26WW2IK8I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Sculpting a Propagation Mesh
</p>
</div>
<div class="english">
<p class="video-title">
Sculpting a Propagation Mesh
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xQV5_UgrXBA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
A Three-Dimensional Pin Screen
</p>
</div>
<div class="english">
<p class="video-title">
A Three-Dimensional Pin Screen
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/yRKNbdwqMLY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Handling Multiple Collisions
</p>
</div>
<div class="english">
<p class="video-title">
Handling Multiple Collisions
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_ZEMKg4BjVA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Visualising Strain in a Beam Model
</p>
</div>
<div class="english">
<p class="video-title">
Visualising Strain in a Beam Model
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/a-8Xp7F-Fyc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Scenes Composed of Multiple Objects
</p>
</div>
<div class="english">
<p class="video-title">
Scenes Composed of Multiple Objects
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fM-YgmDBVjo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Unravelling a Huge String
</p>
</div>
<div class="english">
<p class="video-title">
Unravelling a Huge String
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/43F0OSLWbBI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
The Wrecking Ball
</p>
</div>
<div class="english">
<p class="video-title">
The Wrecking Ball
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DUgNvFIVvAQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="french">
<p class="video-title">
Particle Attractors
</p>
</div>
<div class="english">
<p class="video-title">
Particle Attractors
</p>
</div>
<div class="mi-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/QWqG7C7yuxU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="one_third last">
<br>
<div class="info-code findit">
<p class="info-code-title">FIND IT</p>
<p class="info-code-content"><a target="_blank" rel="noopener noreferrer" href="https://github.com/mi-creative/miPhysics_Processing">On Github</a>
<p class="info-code-content"><a target="_blank" rel="noopener noreferrer" href="distribs/miPhysics_2.0.0_200505.zip">Direct Download</a>
</div>
<div class="info-code">
<p class="info-code-title">LAST UPDATE</p>
<p class="info-code-content">05/05/2020</p>
</div>
<div class="info-code">
<p class="info-code-title">DOCUMENTATION</p>
<p class="info-code-content"><a target="_blank" rel="noopener noreferrer" href="https://mi-creative.github.io/miPhysics_doc/">Online JavaDoc</a>
</div>
<div class="info-code">
<p class="info-code-title">RELATED PAPERS</p>
<p class="info-code-content" style="margin-bottom: 0px"><a href="paper_smc19_proc.html">SMC 2019</a>
<p class="info-code-content"><a href="paper_haid19.html">HAID 2019</a>
</div>
<div class="info-code">
<p class="info-code-title">COMPATIBILITY</p>
<p class="info-code-content">Built in Processing, compatible with OsX, Linux and Window systems</p>
</div>
</div>
<div class="clear"></div>
</div>
<div class="nav-links">
<a class="nav-next tooltip" data-title="mi-gen~" href="tool_migen.html">
<span class="fa fa-chevron-right" aria-hidden="true"></span>
</a>
</div>
</div>
<div class="clear"></div>
</div>
<!-- End Page Content Holder -->
</div>
<!--Load JavaScript-->
<script src="js/jquery.js"></script>
<script src='js/jquery.smartmenus.min.js'></script>
<script src='js/jquery.prettyPhoto.js'></script>
<script src="js/jquery.sticky-kit.min.js"></script>
<script src='js/imagesloaded.pkgd.js'></script>
<script src='js/jquery.fitvids.js'></script>
<script src='js/tipper.js'></script>
<script src='js/swiper.min.js'></script>
<script src='nav.js'></script>
<script src='js/main.js'></script>
</body>
</html>