q5.js
Version:
[q5 fork] p5.js small & fast alternative (experimental) implementation.
45 lines (40 loc) • 1.41 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<title>q5.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no" />
<meta name="author" content="@LingDong- / @alterebro" />
<meta name="description" content="A small and fast alternative implementation of p5.js" />
<link rel="stylesheet" href="./css/docs.css" />
</head>
<body>
<header>
<h1>q5<sub>*</sub>js</h1>
<p>A small and fast alternative implementation of <strong><a href="https://p5js.org/">p5.js</a></strong>.</p>
<p>
<a href="./js/q5.min.js">[Download (33KB minified)]</a> |
<a href="https://mark-this-down.glitch.me/?https://raw.githubusercontent.com/alterebro/q5.js/master/README.md">README</a> |
<a href="https://github.com/alterebro/q5.js/">Source Code</a></p>
</header>
<nav>{{ SELECTOR }} {{ DATALIST }}</nav>
<main>
<section id="index">{{ INDEX }}</section>
<section id="content">
<h2></h2>
<figure>
<iframe id="q5frame"></iframe>
<figcaption>q5.js<sub>(this)</sub></figcaption>
</figure>
<figure>
<iframe id="p5frame"></iframe>
<figcaption>p5.js<sub>(reference)</sub></figcaption>
</figure>
<pre></pre>
<footer><p><sub>From the original p5 example at <a></a></sub></p></footer>
</section>
</main>
<script src="./js/data.js"></script>
<script src="./js/docs.js"></script>
</body>
</html>