Skip to content

Commit

Permalink
Deploy examples for 1.2.0 to gh-pages 1701048055
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Nov 27, 2023
1 parent 1023abe commit 7b99721
Show file tree
Hide file tree
Showing 28 changed files with 16 additions and 0 deletions.
Binary file added 1.2.0/circles/calm.data
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/circles/calm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctypehtml><html lang=en-us><head><meta charset=utf-8><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>CALM</title><link href=favicon.ico rel=icon type=image/x-icon><style>body,html{height:100%}body{font-family:arial;margin:0;padding:none}.emscripten{padding-right:0;margin-left:auto;margin-right:auto;display:block}div.emscripten{text-align:center}div.emscripten_border{height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;background-color:#dfe1e5}canvas.emscripten{border:0 none;background-color:#0d3784;border-radius:8px;box-shadow:rgba(0,0,0,.07) 0 1px 2px,rgba(0,0,0,.07) 0 2px 4px,rgba(0,0,0,.07) 0 4px 8px,rgba(0,0,0,.07) 0 8px 16px,rgba(0,0,0,.07) 0 16px 32px,rgba(0,0,0,.07) 0 32px 64px}#emscripten_logo{display:inline-block;margin:0}.indicator{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;height:100px;position:absolute;left:0;top:0;width:100%;background-color:#fff}.indicator>.spinner,.indicator>div>#progress{margin:20px;accent-color:#0d3784}.spinner{height:30px;width:30px;-webkit-animation:rotation .8s linear infinite;-moz-animation:rotation .8s linear infinite;-o-animation:rotation .8s linear infinite;animation:rotation .8s linear infinite;border-left:5px solid #ebebeb;border-right:5px solid #ebebeb;border-bottom:5px solid #ebebeb;border-top:5px solid #787878;border-radius:100%;background-color:#0d3784}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(360deg)}}#status{font-weight:700;color:#787878}#progress{height:20px;width:300px}#controls{display:inline-block;float:right;vertical-align:top;margin-top:30px;margin-right:20px}#output{width:100%;height:200px;margin:0 auto;margin-top:10px;border-left:0;border-right:0px;padding-left:0;padding-right:0;display:block;background-color:#000;color:#fff;font-family:'Lucida Console',Monaco,monospace;outline:0}</style></head><body><div class=indicator id=indicator><div class=spinner id=spinner></div><div id=status>Downloading...</div><div><progress hidden id=progress max=100 value=0></progress></div></div><div class=emscripten_border><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1></canvas></div><script>var statusElement=document.getElementById("status"),progressElement=document.getElementById("progress"),spinnerElement=document.getElementById("spinner"),Module={preRun:[],postRun:[],print:function(){var e=document.getElementById("output");return e&&(e.value=""),function(t){arguments.length>1&&(t=Array.prototype.slice.call(arguments).join(" ")),console.log(t),e&&(e.value+=t+"\n",e.scrollTop=e.scrollHeight)}}(),canvas:function(){var e=document.getElementById("canvas");return e.addEventListener("webglcontextlost",(function(e){alert("WebGL context lost. You will need to reload the page."),e.preventDefault()}),!1),e}(),setStatus:function(e){if(Module.setStatus.last||(Module.setStatus.last={time:Date.now(),text:""}),e!==Module.setStatus.last.text){var t=e.match(/([^(]+)\((\d+(\.\d+)?)\/(\d+)\)/),n=Date.now();t&&n-Module.setStatus.last.time<30||(Module.setStatus.last.time=n,Module.setStatus.last.text=e,t?(e=t[1],console.log("setStatus text: ",e),t[4]<=2?progressElement.removeAttribute("value"):progressElement.setAttribute("value",100*parseInt(t[2])),progressElement.max=100*parseInt(t[4]),progressElement.hidden=!1,spinnerElement.hidden=!1):(progressElement.value=null,progressElement.max=null,progressElement.hidden=!0,e||(spinnerElement.style.display="none",document.getElementById("indicator").style.display="none",document.getElementById("canvas").style.backgroundColor="transparent")),statusElement.innerHTML=e)}},totalDependencies:0,monitorRunDependencies:function(e){this.totalDependencies=Math.max(this.totalDependencies,e),Module.setStatus(e?"Preparing... ("+(this.totalDependencies-e)+"/"+this.totalDependencies+")":"All downloads complete.")}};Module.setStatus("Downloading..."),window.onerror=function(e){Module.setStatus("Exception thrown, see JavaScript console"),spinnerElement.style.display="none",Module.setStatus=function(e){e&&console.error("[post-exception status] "+e)}}</script><script src=jscl.js></script><script src=canvas.js></script><script src=calm.js async></script></body></html>
1 change: 1 addition & 0 deletions 1.2.0/circles/calm.js

Large diffs are not rendered by default.

Binary file added 1.2.0/circles/calm.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/circles/canvas.js

Large diffs are not rendered by default.

Binary file added 1.2.0/circles/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/circles/jscl.js

Large diffs are not rendered by default.

Binary file added 1.2.0/fan/calm.data
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/fan/calm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctypehtml><html lang=en-us><head><meta charset=utf-8><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>CALM</title><link href=favicon.ico rel=icon type=image/x-icon><style>body,html{height:100%}body{font-family:arial;margin:0;padding:none}.emscripten{padding-right:0;margin-left:auto;margin-right:auto;display:block}div.emscripten{text-align:center}div.emscripten_border{height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;background-color:#dfe1e5}canvas.emscripten{border:0 none;background-color:#0d3784;border-radius:8px;box-shadow:rgba(0,0,0,.07) 0 1px 2px,rgba(0,0,0,.07) 0 2px 4px,rgba(0,0,0,.07) 0 4px 8px,rgba(0,0,0,.07) 0 8px 16px,rgba(0,0,0,.07) 0 16px 32px,rgba(0,0,0,.07) 0 32px 64px}#emscripten_logo{display:inline-block;margin:0}.indicator{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;height:100px;position:absolute;left:0;top:0;width:100%;background-color:#fff}.indicator>.spinner,.indicator>div>#progress{margin:20px;accent-color:#0d3784}.spinner{height:30px;width:30px;-webkit-animation:rotation .8s linear infinite;-moz-animation:rotation .8s linear infinite;-o-animation:rotation .8s linear infinite;animation:rotation .8s linear infinite;border-left:5px solid #ebebeb;border-right:5px solid #ebebeb;border-bottom:5px solid #ebebeb;border-top:5px solid #787878;border-radius:100%;background-color:#0d3784}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(360deg)}}#status{font-weight:700;color:#787878}#progress{height:20px;width:300px}#controls{display:inline-block;float:right;vertical-align:top;margin-top:30px;margin-right:20px}#output{width:100%;height:200px;margin:0 auto;margin-top:10px;border-left:0;border-right:0px;padding-left:0;padding-right:0;display:block;background-color:#000;color:#fff;font-family:'Lucida Console',Monaco,monospace;outline:0}</style></head><body><div class=indicator id=indicator><div class=spinner id=spinner></div><div id=status>Downloading...</div><div><progress hidden id=progress max=100 value=0></progress></div></div><div class=emscripten_border><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1></canvas></div><script>var statusElement=document.getElementById("status"),progressElement=document.getElementById("progress"),spinnerElement=document.getElementById("spinner"),Module={preRun:[],postRun:[],print:function(){var e=document.getElementById("output");return e&&(e.value=""),function(t){arguments.length>1&&(t=Array.prototype.slice.call(arguments).join(" ")),console.log(t),e&&(e.value+=t+"\n",e.scrollTop=e.scrollHeight)}}(),canvas:function(){var e=document.getElementById("canvas");return e.addEventListener("webglcontextlost",(function(e){alert("WebGL context lost. You will need to reload the page."),e.preventDefault()}),!1),e}(),setStatus:function(e){if(Module.setStatus.last||(Module.setStatus.last={time:Date.now(),text:""}),e!==Module.setStatus.last.text){var t=e.match(/([^(]+)\((\d+(\.\d+)?)\/(\d+)\)/),n=Date.now();t&&n-Module.setStatus.last.time<30||(Module.setStatus.last.time=n,Module.setStatus.last.text=e,t?(e=t[1],console.log("setStatus text: ",e),t[4]<=2?progressElement.removeAttribute("value"):progressElement.setAttribute("value",100*parseInt(t[2])),progressElement.max=100*parseInt(t[4]),progressElement.hidden=!1,spinnerElement.hidden=!1):(progressElement.value=null,progressElement.max=null,progressElement.hidden=!0,e||(spinnerElement.style.display="none",document.getElementById("indicator").style.display="none",document.getElementById("canvas").style.backgroundColor="transparent")),statusElement.innerHTML=e)}},totalDependencies:0,monitorRunDependencies:function(e){this.totalDependencies=Math.max(this.totalDependencies,e),Module.setStatus(e?"Preparing... ("+(this.totalDependencies-e)+"/"+this.totalDependencies+")":"All downloads complete.")}};Module.setStatus("Downloading..."),window.onerror=function(e){Module.setStatus("Exception thrown, see JavaScript console"),spinnerElement.style.display="none",Module.setStatus=function(e){e&&console.error("[post-exception status] "+e)}}</script><script src=jscl.js></script><script src=canvas.js></script><script src=calm.js async></script></body></html>
1 change: 1 addition & 0 deletions 1.2.0/fan/calm.js

Large diffs are not rendered by default.

Binary file added 1.2.0/fan/calm.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/fan/canvas.js

Large diffs are not rendered by default.

Binary file added 1.2.0/fan/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/fan/jscl.js

Large diffs are not rendered by default.

Binary file added 1.2.0/meditator/calm.data
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/meditator/calm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctypehtml><html lang=en-us><head><meta charset=utf-8><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>CALM</title><link href=favicon.ico rel=icon type=image/x-icon><style>body,html{height:100%}body{font-family:arial;margin:0;padding:none}.emscripten{padding-right:0;margin-left:auto;margin-right:auto;display:block}div.emscripten{text-align:center}div.emscripten_border{height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;background-color:#dfe1e5}canvas.emscripten{border:0 none;background-color:#0d3784;border-radius:8px;box-shadow:rgba(0,0,0,.07) 0 1px 2px,rgba(0,0,0,.07) 0 2px 4px,rgba(0,0,0,.07) 0 4px 8px,rgba(0,0,0,.07) 0 8px 16px,rgba(0,0,0,.07) 0 16px 32px,rgba(0,0,0,.07) 0 32px 64px}#emscripten_logo{display:inline-block;margin:0}.indicator{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;height:100px;position:absolute;left:0;top:0;width:100%;background-color:#fff}.indicator>.spinner,.indicator>div>#progress{margin:20px;accent-color:#0d3784}.spinner{height:30px;width:30px;-webkit-animation:rotation .8s linear infinite;-moz-animation:rotation .8s linear infinite;-o-animation:rotation .8s linear infinite;animation:rotation .8s linear infinite;border-left:5px solid #ebebeb;border-right:5px solid #ebebeb;border-bottom:5px solid #ebebeb;border-top:5px solid #787878;border-radius:100%;background-color:#0d3784}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(360deg)}}#status{font-weight:700;color:#787878}#progress{height:20px;width:300px}#controls{display:inline-block;float:right;vertical-align:top;margin-top:30px;margin-right:20px}#output{width:100%;height:200px;margin:0 auto;margin-top:10px;border-left:0;border-right:0px;padding-left:0;padding-right:0;display:block;background-color:#000;color:#fff;font-family:'Lucida Console',Monaco,monospace;outline:0}</style></head><body><div class=indicator id=indicator><div class=spinner id=spinner></div><div id=status>Downloading...</div><div><progress hidden id=progress max=100 value=0></progress></div></div><div class=emscripten_border><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1></canvas></div><script>var statusElement=document.getElementById("status"),progressElement=document.getElementById("progress"),spinnerElement=document.getElementById("spinner"),Module={preRun:[],postRun:[],print:function(){var e=document.getElementById("output");return e&&(e.value=""),function(t){arguments.length>1&&(t=Array.prototype.slice.call(arguments).join(" ")),console.log(t),e&&(e.value+=t+"\n",e.scrollTop=e.scrollHeight)}}(),canvas:function(){var e=document.getElementById("canvas");return e.addEventListener("webglcontextlost",(function(e){alert("WebGL context lost. You will need to reload the page."),e.preventDefault()}),!1),e}(),setStatus:function(e){if(Module.setStatus.last||(Module.setStatus.last={time:Date.now(),text:""}),e!==Module.setStatus.last.text){var t=e.match(/([^(]+)\((\d+(\.\d+)?)\/(\d+)\)/),n=Date.now();t&&n-Module.setStatus.last.time<30||(Module.setStatus.last.time=n,Module.setStatus.last.text=e,t?(e=t[1],console.log("setStatus text: ",e),t[4]<=2?progressElement.removeAttribute("value"):progressElement.setAttribute("value",100*parseInt(t[2])),progressElement.max=100*parseInt(t[4]),progressElement.hidden=!1,spinnerElement.hidden=!1):(progressElement.value=null,progressElement.max=null,progressElement.hidden=!0,e||(spinnerElement.style.display="none",document.getElementById("indicator").style.display="none",document.getElementById("canvas").style.backgroundColor="transparent")),statusElement.innerHTML=e)}},totalDependencies:0,monitorRunDependencies:function(e){this.totalDependencies=Math.max(this.totalDependencies,e),Module.setStatus(e?"Preparing... ("+(this.totalDependencies-e)+"/"+this.totalDependencies+")":"All downloads complete.")}};Module.setStatus("Downloading..."),window.onerror=function(e){Module.setStatus("Exception thrown, see JavaScript console"),spinnerElement.style.display="none",Module.setStatus=function(e){e&&console.error("[post-exception status] "+e)}}</script><script src=jscl.js></script><script src=canvas.js></script><script src=calm.js async></script></body></html>
1 change: 1 addition & 0 deletions 1.2.0/meditator/calm.js

Large diffs are not rendered by default.

Binary file added 1.2.0/meditator/calm.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/meditator/canvas.js

Large diffs are not rendered by default.

Binary file added 1.2.0/meditator/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/meditator/jscl.js

Large diffs are not rendered by default.

Binary file added 1.2.0/mondrian/calm.data
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/mondrian/calm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctypehtml><html lang=en-us><head><meta charset=utf-8><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>CALM</title><link href=favicon.ico rel=icon type=image/x-icon><style>body,html{height:100%}body{font-family:arial;margin:0;padding:none}.emscripten{padding-right:0;margin-left:auto;margin-right:auto;display:block}div.emscripten{text-align:center}div.emscripten_border{height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;background-color:#dfe1e5}canvas.emscripten{border:0 none;background-color:#0d3784;border-radius:8px;box-shadow:rgba(0,0,0,.07) 0 1px 2px,rgba(0,0,0,.07) 0 2px 4px,rgba(0,0,0,.07) 0 4px 8px,rgba(0,0,0,.07) 0 8px 16px,rgba(0,0,0,.07) 0 16px 32px,rgba(0,0,0,.07) 0 32px 64px}#emscripten_logo{display:inline-block;margin:0}.indicator{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;height:100px;position:absolute;left:0;top:0;width:100%;background-color:#fff}.indicator>.spinner,.indicator>div>#progress{margin:20px;accent-color:#0d3784}.spinner{height:30px;width:30px;-webkit-animation:rotation .8s linear infinite;-moz-animation:rotation .8s linear infinite;-o-animation:rotation .8s linear infinite;animation:rotation .8s linear infinite;border-left:5px solid #ebebeb;border-right:5px solid #ebebeb;border-bottom:5px solid #ebebeb;border-top:5px solid #787878;border-radius:100%;background-color:#0d3784}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotation{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotation{from{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(360deg)}}#status{font-weight:700;color:#787878}#progress{height:20px;width:300px}#controls{display:inline-block;float:right;vertical-align:top;margin-top:30px;margin-right:20px}#output{width:100%;height:200px;margin:0 auto;margin-top:10px;border-left:0;border-right:0px;padding-left:0;padding-right:0;display:block;background-color:#000;color:#fff;font-family:'Lucida Console',Monaco,monospace;outline:0}</style></head><body><div class=indicator id=indicator><div class=spinner id=spinner></div><div id=status>Downloading...</div><div><progress hidden id=progress max=100 value=0></progress></div></div><div class=emscripten_border><canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1></canvas></div><script>var statusElement=document.getElementById("status"),progressElement=document.getElementById("progress"),spinnerElement=document.getElementById("spinner"),Module={preRun:[],postRun:[],print:function(){var e=document.getElementById("output");return e&&(e.value=""),function(t){arguments.length>1&&(t=Array.prototype.slice.call(arguments).join(" ")),console.log(t),e&&(e.value+=t+"\n",e.scrollTop=e.scrollHeight)}}(),canvas:function(){var e=document.getElementById("canvas");return e.addEventListener("webglcontextlost",(function(e){alert("WebGL context lost. You will need to reload the page."),e.preventDefault()}),!1),e}(),setStatus:function(e){if(Module.setStatus.last||(Module.setStatus.last={time:Date.now(),text:""}),e!==Module.setStatus.last.text){var t=e.match(/([^(]+)\((\d+(\.\d+)?)\/(\d+)\)/),n=Date.now();t&&n-Module.setStatus.last.time<30||(Module.setStatus.last.time=n,Module.setStatus.last.text=e,t?(e=t[1],console.log("setStatus text: ",e),t[4]<=2?progressElement.removeAttribute("value"):progressElement.setAttribute("value",100*parseInt(t[2])),progressElement.max=100*parseInt(t[4]),progressElement.hidden=!1,spinnerElement.hidden=!1):(progressElement.value=null,progressElement.max=null,progressElement.hidden=!0,e||(spinnerElement.style.display="none",document.getElementById("indicator").style.display="none",document.getElementById("canvas").style.backgroundColor="transparent")),statusElement.innerHTML=e)}},totalDependencies:0,monitorRunDependencies:function(e){this.totalDependencies=Math.max(this.totalDependencies,e),Module.setStatus(e?"Preparing... ("+(this.totalDependencies-e)+"/"+this.totalDependencies+")":"All downloads complete.")}};Module.setStatus("Downloading..."),window.onerror=function(e){Module.setStatus("Exception thrown, see JavaScript console"),spinnerElement.style.display="none",Module.setStatus=function(e){e&&console.error("[post-exception status] "+e)}}</script><script src=jscl.js></script><script src=canvas.js></script><script src=calm.js async></script></body></html>
1 change: 1 addition & 0 deletions 1.2.0/mondrian/calm.js

Large diffs are not rendered by default.

Binary file added 1.2.0/mondrian/calm.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/mondrian/canvas.js

Large diffs are not rendered by default.

Binary file added 1.2.0/mondrian/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions 1.2.0/mondrian/jscl.js

Large diffs are not rendered by default.

0 comments on commit 7b99721

Please sign in to comment.