forked from deltaluca/www.napephys.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
85 lines (76 loc) · 3.16 KB
/
documentation.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Nape is an open source physics library for Haxe and ActionScript3."/>
<meta name="keywords" content="Nape,Physics,Haxe,AS3,Flash,Constraint,Rigid,Body,Shape,"/>
<meta name="author" content="Luca Deltodesco"/>
<meta charset="UTF-8"/>
<title>Nape Physics</title>
<link rel="shortcut icon" href="assets/ico/favicon.ico"/>
<link rel="stylesheet" href="assets/css/puritan.css"/>
<link rel="stylesheet" href="assets/css/basestyle.css"/>
<link rel="stylesheet" href="assets/prettify/prettify.css"/>
</head>
<body>
<div class="container">
<div id="title"></div>
<!-- nav-bar -->
<script type="text/javascript"> var page="Documentation"; </script>
<div id="menu"></div>
<!-- /nav-bar -->
<div class="section-content">
<h3 class="doc-header">Manual</h3>
<div class="section-content">
<table class="doc-table">
<tr>
<td class="doc-left">
A Manual, detailing the majority of nape features from start to finish is available also: <a class="doclink" href="manual.pdf">manual</a>.
</td>
<td class="doc-spacer"></td>
<td class="doc-right">
<img class="doc-image" width="128" height="128" src="assets/manual.png" alt="[Manual]"/>
</td>
</tr>
</table>
</div>
<h3 class="doc-header">API Documentation</h3>
<div class="section-content">
<table class="doc-table">
<tr>
<td class="doc-left">
API Documentation is available at <a class="doclink" href="docs">napephys.com/docs</a>
</td>
<td class="doc-spacer"></td>
<td class="doc-right">
<img class="doc-image" width="128" height="128" src="assets/apidocs.png" alt="[API Docs]"/>
</td>
</tr>
</table>
</div>
<h3 class="doc-header">Code Samples</h3>
<div class="section-content">
<table class="doc-table">
<tr>
<td class="doc-left">
Samples demonstrating nape features alongside code can be viewed in the <a class="nav-scroll doclink" href="samples.html">Samples</a> section.
</td>
<td class="doc-spacer"></td>
<td class="doc-right">
<img class="doc-image" width="128" height="128" src="assets/samples.png" alt="[Samples]"/>
</td>
</tr>
</table>
</div>
</div>
<footer>
© Luca Deltodesco 2012
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.flash.js"></script>
<script src="assets/prettify/prettify.js"></script>
<script src="assets/js/doclinks.js"></script>
<script src="assets/js/doclinks.js"></script>
<script src="assets/js/default.js"></script>
</body>
</html>