File tree 3 files changed +106316
-0
lines changed
3 files changed +106316
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments