-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhypercomplex_grapher.html
More file actions
27 lines (23 loc) · 1.06 KB
/
hypercomplex_grapher.html
File metadata and controls
27 lines (23 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="mystyle.css">
<meta charset="utf-8"/>
<meta name="theme-color" content="#000000">
<script src="https://openprocessing.org/openprocessing_sketch.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.3/lib/p5.js"></script>
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
</head>
<body>
<script src="hypercomplex_grapher/main.js"></script>
<script src="hypercomplex_grapher/controls.js"></script>
<script src="core/color.js"></script>
<script src="hypercomplex_grapher/shape.js"></script>
<script src="core/ui.js"></script>
<script src="hypercomplex_grapher/utilities.js"></script>
<script src="hypercomplex_grapher/setup.js"></script>
<script src="hypercomplex_grapher/funks.js"></script>
<script src="hypercomplex_grapher/game.js"></script>
<script src="core/toolbox.js"></script>
</body>
</html>