-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
26 lines (22 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Akko Music Visualising Framework Examples</title>
<link rel="stylesheet" href="./examples/prettify.css"/>
</head>
<body>
<h1>Akko Music Visualising Framework</h1>
<p>Akko is a music visualising framework based on WebGL and Web Audio API. See <a
href="https://github.com/TimboKZ/Akko">Akko's GitHub</a>.</p>
<p>When viewing examples, try to change tracks and visualisers using the controls in the top left and right of
the screen respectively.</p>
<p>Examples:</p>
<ul>
<li><a href="./examples/akko-fullscreen.html">Full screen Akko</a></li>
<li><a href="./examples/akko-inline.html">Akko as an inline element on a page</a></li>
<li><a href="./examples/akko-custom-es5.html">Akko with a custom visualiser</a> (ES5 version)</li>
<li><a href="./examples/akko-custom-es6.html">Akko with a custom visualiser</a> (ES6 version)</li>
</ul>
</body>
</html>