-
Notifications
You must be signed in to change notification settings - Fork 0
/
interactive-audio.html
92 lines (79 loc) · 3.03 KB
/
interactive-audio.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
<!DOCTYPE html>
<html>
<head>
<title>Niki Ito / projects</title>
<link rel="shortcut icon" type="image/jpg" href="assets/fav.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="assets/index.css" type="text/css" rel="stylesheet">
</head>
<body style="height:auto;background-color:rgb(255, 254, 242);">
<header>
<div class="work-nav">
<nav>
<ul>
<li><a href="index.html" class="btn">Home</a></li>
<li><a href="mailto:[email protected]?subject=Mail from Portfolio Site" target="_blank" class="btn">Email</a></li>
<li><a href="https://drive.google.com/file/d/1kyikLwC22BuliafIXBk0sxllt4Dqqjcr/view?usp=sharing" target="_blank" class="btn">Resume</a></li>
</ul>
</nav>
</div>
</header>
<article>
<div class="container">
<section class="work" style="margin-top: 0px;">
<h4>Interactive Audiovisual Illustration</h4>
<p>An interactive audiovisual illustration composed within
the p5.js editor. </p>
</section>
<section class="work">
<img class="largeImage" src="assets/project5/images/still-audiovisual.jpg">
</section>
<section class="work">
<h4>Process</h4>
<p>Once I planned out the basic composition, I used a brush pen to physically draw the stems,
leaves, and splashes of water on paper. I later vectorized them with Adobe Illustrator and added
paper texture. These assets were then brought into the p5.js editor where I composed user
interactions through the keys typed.
</p>
</section>
<div class="row-2columns">
<section class="work">
<div class="column-left">
<figure><img class="largeImage" src="assets/project5/images/code.jpg">
<figcaption>Here is a screenshot of the p5.js editor. The code above shows a function that
triggers specific images and sounds to play based on the corresponding key that is
typed.</figcaption>
</figure>
</div>
</section>
<section class="work">
<div class="column-right">
<figure><img class="largeImage" src="assets/project5/images/layers.jpg">
<figcaption>This is a screenshot from the Adobe Illustrator file. The texture is added to the
vectorized illustrations by overlaying a paper texture and using blending modes.
</figcaption>
</figure>
</div>
</section>
</div>
<section class="work">
<h4>Results</h4>
<p>Press the keys on your computer or on the screen to play the various layers of the audiovisual illustration. Press the same key to deactivate the layer.</p>
</section>
<section class="work">
<iframe src="https://preview.p5js.org/Nikiiii/embed/77MhbD3AU" frameborder=0px width=600px
height=600px></iframe>
</section>
</div>
<footer>
<hr>
<ul>
<li class="left"><a href="still-life.html" class="btn">◁ Back</a></li>
<li class="center"><a href="index.html" class="btn">Home</a></li>
<li class="right"><a href="siqi-website.html" class="btn">Next ▷</a></li>
</ul>
</footer>
</article>
</body>
</html>