summaryrefslogtreecommitdiff
path: root/2d23dcustom.html
blob: 02ab3bdca4f2a61b8c8a362168e71b53ecc20d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
    <head>
        <title>2D becomes 3D</title>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
        <link rel="stylesheet" href="css/style.css">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
    </head>
    <body>
        <div id="navbar"></div>
        <script src="navbar.js"></script>
        <h2>2D becomes 3D</h2>
        <p>Draw a pattern by dragging your mouse around. Press enter when you're done.<br>
        To draw a straight line, click the starting location, press the shift key,
        and click the ending location.</p>
        <script src="js/2d23dcustom.js"></script>
    </body>
</html>