aboutsummaryrefslogtreecommitdiffstats
path: root/site/index.html
blob: 97b59971fc3ea6f48afe3b351ff348cc3c2497d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang='en-US'>
  <head>
    <meta charset='utf-8'>
    <title>polyring</title>
    <link rel='stylesheet' href='main.css'>
    <meta name='viewport' content='width=device-width'>
  </head>

  <body>
    <h1>polyring<sub class='subst-type'></sub></h1>
    <p class='subst-alts'></p>
    <p>benchmarking maximal convex polygon finding</p>

    <section class='watch'>
      <h2>watch</h2>
      <button>go</button>
      <span>fps: <span class='fps'>n/a</span></span>
      <br>
      <canvas width='500' height='500'></canvas>
    </section>

    <section class='bench'>
      <h2>bench</h2>
      <input name='iters' value='100000'>
      <button>bench</button>
      <p class='results'></p>
    </section>

    <script src='./main.mjs' type='module'></script>

    <footer>
      <address><a href='https://git.spork.org/polyring.git'>src</a></address>
    </footer>
  </body>
</html>