summaryrefslogtreecommitdiff
path: root/hypersphere.html
blob: c88138bb2c2fb68368b616b8b7ad5407459484a0 (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
<html>
<head>
    <title>Hypersphere</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
    <link rel="stylesheet" href="css/styleNew.css">
    <link rel="icon" href="screenshots/hypersphere.png">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<body>
    <div class="container-fluid">
        <div id="navbar"></div>
        <script src="navbar.js"></script>
        <h2>Hypersphere</h2>
        Use the arrow keys and the mouse to change the orientation.
        <div class="row container-fluid">
            <div class="input-group input-group-md col-lg-3 col-md-6 col-sm-8 col-xs-10">
                <span class="input-group-addon">Quality</span>
                <input id="quality" class="form-control" type="number" value="5">
                
            </div>
        </div>
        <button id="chq" class="btn btn-sm btn-default">Change quality</button>
        
        <script src="js/hypersphere.js"></script>
    </div>
</body>
</html>