-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
66 lines (62 loc) · 2.37 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unicodetiles.js Test Index</title>
<link href="../unicodetiles/unicodetiles.css" rel="stylesheet" type="text/css" />
<link href="../docs/style.css" rel="stylesheet" type="text/css" />
<link href="../examples/style.css" rel="stylesheet" type="text/css" />
</head>
<body><div id="container">
<div class="centerer">
<h1>Test Index</h1>
<h2 id="functional">Functional Tests</h2>
<ol class="indexlisting">
<li>
<h2><a href="functional-all-examples.html">Functional: All Examples</a></h2>
<p>Displays all examples for quickly verifying they work.</p>
</li>
<li>
<h2><a href="functional-lots-of-unicode.html">Functional: Lots of Unicode</a></h2>
<p>Displays a large amount of different unicode characters.</p>
</li>
<li>
<h2><a href="functional-odd-tile-size.html">Functional: Odd Tile Size</a></h2>
<p>Tests rendering with odd (not even pixel amount) tilesize.</p>
</li>
<li>
<h2><a href="functional-squarify.html">Functional: Squarify</a></h2>
<p>Tests rendering using the squarify feature.</p>
</li>
</ol>
<h2 id="performance">Performance Tests</h2>
<ol class="indexlisting">
<li>
<h2><a href="performance-full-redraw.html">Performance: Full Redraw</a></h2>
<p>Test performance of updating the whole viewport every frame.</p>
</li>
<li>
<h2><a href="performance-cached-moving.html">Performance: Cached Movement</a></h2>
<p>Test performance of moving to one direction with the tile cache enabled.</p>
</li>
<li>
<h2><a href="performance-backgrounds.html">Performance: Backgrounds</a></h2>
<p>Test performance of changing the background color of every tile, every frame.</p>
</li>
<li>
<h2><a href="performance-big-tiles.html">Performance: Big Tiles</a></h2>
<p>Test pixel drawing performance by having fewer but much bigger tiles.</p>
</li>
<li>
<h2><a href="performance-lots-of-tiles.html">Performance: Lots of Tiles</a></h2>
<p>Test JavaScript tile processing performance by having a lot of tiny tiles.</p>
</li>
<li>
<h2><a href="performance-huge-viewport.html">Performance: Huge Viewport</a></h2>
<p>Stress test with lots of medium sized tiles.</p>
</li>
</ol>
</div>
<a class="backlink" href="../"><-- Back to homepage</a>
</div></body>
</html>