git @ Cat's Eye Technologies Pixley / master impl / pixley.js / demo / pixley.html
master

Tree @master (Download .tar.gz)

pixley.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Pixley</title>
</head>
<style>
.flex-container {
    display: flex;
}
.execution-panel {
    display: inline-block;
    flex: 1 1 auto;
}
.execution-panel pre {
    white-space: pre-wrap;
}
.depiction-panel {
    display: inline-block;
    flex: 1 1 auto;
}
</style>
<body>

<p id="info">
Pixley on:
<a href="https://catseye.tc/node/Pixley">catseye.tc</a> |
<a href="https://codeberg.org/catseye/Pixley">codeberg</a>
</p>

<h1>Pixley</h1>

<p><em>Note: this implementation uses Web Workers, and thus to avoid security
restrictions, this page must be served from a web server (rather than loaded
as a local file in your browser,) with <code>impl/pixley.js</code> as the
document root.</em>  The script <code>start.sh</code> will do this for you
(requires Python.)</p>

<div id="installation"></div>

</body>
<script src="launch-pixley.js"></script>
<script>
  launch('../', 'installation');
</script>