Skip to content

Commit c3c7264

Browse files
committed
p5.js
1 parent 7263f42 commit c3c7264

File tree

3 files changed

+106316
-0
lines changed

3 files changed

+106316
-0
lines changed

08-p5js/index.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5+
<title>Example 08: p5.js</title>
6+
<meta name="viewport" content="initial-scale=0.55, width=device-width"/>
7+
<link rel="stylesheet" href="../src/styles.css" />
8+
<script src="https://unpkg.com/[email protected]/build/CCapture.all.min.js" type="text/javascript" charset="utf-8"></script>
9+
<script src="p5.js" type="text/javascript" charset="utf-8"></script>
10+
<script src="script.js" type="text/javascript" charset="utf-8"></script>
11+
</head>
12+
<body>
13+
14+
<div class="buttons flex">
15+
<button id="buttonStart" onclick="onClickStart()">Start rendering</button>
16+
<button id="buttonPause" onclick="onClickPause()" disabled>Pause rendering</button>
17+
<button id="buttonDownload" onclick="onClickDownload()" disabled>Download movie</button>
18+
<span id="status"></span>
19+
</div>
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)