-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
32 lines (29 loc) · 1.18 KB
/
links.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
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body bgcolor="#f8f7fd">
<h1>Useful</h1>
<a href="texture_packer/texture_packer.html">Texture packer tool for cocos2d-x plists</a>
<br>
<a href="box2d_editor/editor.html">Box2d world editor</a>
<br>
<a href="https://krogank9.github.io/gen_chm.html">HTML5 CHM compiler demo</a> / <a href="https://github.com/krogank9/chm-html">Python code</a>
<h1>Fun</h1>
<a href="balance/index.html">Box2d balancing biped attempt</a>
<br>
<a href="tetris/main_menu.html">Tetris with WebGL</a>
<br>
<a href="flexcell/index.html">Flexcell layouts for tetris</a>
<br>
<a href="mobile/index.html">Old version of tetris</a>
<br>
<a href="jsart/spyral.html">Spyral</a> / <a href="jsart/pentagramdeal.html">Looks like a pentagram</a> / <a href="jsart/starfix.html">Sea star</a>
<h1>Physics</h1>
<a href="simple_SAT/test.html">Separating axis theorem test</a>
<br>
<a href="eq_constraints/test.html">Equality Constraint</a>
</body>
</html>