-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (35 loc) · 1.74 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
<h1>Carlton Quadtree</h1>
<p>An infinitely divisible QuadTree implementation in ESNext.<br>
<sup><i> - by Alistair MacDonald</i></sup>
</p>
<a href="https://github.com/f1lt3r/carlton-quadtree"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<style>img{width:100px;height:100px;}</style>
<img src="img/01.png">
<img src="img/02.png">
<img src="img/03.png">
<img src="img/04.png">
<img src="img/05.png">
<img src="img/06.png">
<img src="img/07.png">
<img src="img/08.png">
<img src="img/09.png">
<img src="img/11.png">
<h3>Examples</h3>
<ul>
<li><a href="examples/example-01.html">Example 01</a></li>
<li><a href="examples/example-02.html">Example 02</a></li>
<li><a href="examples/example-03.html">Example 03</a></li>
<li><a href="examples/example-04.html">Example 04</a></li>
<li><a href="examples/example-05.html">Example 05</a></li>
<li><a href="examples/example-06.html">Example 06</a></li>
<li><a href="examples/example-07.html">Example 07</a></li>
<li><a href="examples/example-08.html">Example 08</a></li>
<li><a href="examples/example-09.html">Example 09</a></li>
<li><a href="examples/example-10.html">Example 10</a></li>
<li><a href="examples/example-11.html">Example 11</a></li>
</ul>
<h3>Source Code</h3>
<script src="https://gist.github.com/F1LT3R/1a6c6ec7f4c1112d7a21511d8a70585e.js"></script>
<a href="https://github.com/F1LT3R/carlton-quadtree/blob/master/leaf.js">
See the code on Github
</a>