summaryrefslogtreecommitdiff
path: root/index.html.in
blob: bb02869865f59747bd0289c366c99b3af8f75fdb (plain)
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
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,follow">
<title>Akamaru</title>
<style>
body { background-color: #600; color: white; font-family: sans-serif; margin: 2em 3em; }
h1, h2 { color: #ffc; }
h2 { font-size: 110%; }
a { color: #ffa; }
pre { background-color: #800; margin: 0em 6em; padding: 6pt; }
p { margin: 1em 3em; }
p.footer { text-align: right; font-style: italic; color: #c88; }
div.screenshots { text-align: center; word-spacing: 2em; }
img { border-style: none; }
</style>
</head>

<body>

<h1>Akamaru</h1>

<p>Akamaru is a simple, but fun, physics engine prototype.  It's named
after the super awesome ninja dog,
<a href="http://en.wikipedia.org/wiki/Inuzuka_Kiba#Akamaru">Akamaru</a>,
from the <a href="http://en.wikipedia.org/wiki/Naruto">Naruto</a>
anime and based on the article
<a href="http://www.teknikus.dk/tj/gdc2001.htm">Advanced Character Physics</a>
by Thomas Jakobsen on
<a href="http://en.wikipedia.org/wiki/Verlet_integration">Verlet integration</a>.</p>

<p>It's not really clear if Akamaru is useful at all, but it's
definitely fun.  Screenshots really don't do it justice, it's all
about the animation; here's a couple anyway:</p>

<div class="screenshots">
<a href="akamaru-1.png"><img src="akamaru-1-small.png"></a>
<a href="akamaru-2.png"><img src="akamaru-2-small.png"></a>
</div>

<p>Akamaru now also has a silly dock demo, which looks like this:

<div class="screenshots">
<img src="kiba.png"></a>
</div>

<p>but again, a static screenshot doesn't really demonstrate the fun,
time-sink-y aspect of the dock.  I guess you just have to try it out.</p>

<p>The dock can be configured by dragging launchers from the GNOME
menu or panel on it.  At this point you need to restart the dock to
see the new icons.  To populate the dock with a bunch of GNOME
applications, run the <code>populate-dock.sh</code> script.  For now,
the only way to remove icons from the dock is to run something
like:</p>

<pre>
$ gconftool-2 --recursive-unset /apps/kiba/launchers/2
</pre>

<p>Jigish Gohil posted a video of the dock in action: <a href="http://youmortals.com/suse/compiz-quinn/vids/akamaru-dock.mpeg">video</a>.</p>

<h1>Latest changes</h1>

@LATEST_CHANGES@

<h1>Download</h1>

<p>Either check out the git repository if you have git on your system:

<pre>
$ git clone http://people.freedesktop.org/~krh/akamaru.git
</pre>

<p>you can then later update to a newer versions using:</p>

<pre>
$ git pull
</pre>

<p>See <a href="http://git.or.cz/">this page</a> for more info on git.
Alternatively, download the latest version as a tarball:
<a href="http://people.freedesktop.org/~krh/akamaru.tar.gz">akamaru.tar.gz</a>.
</p>

<p>In case you were wondering, yes, this web page is an
<code>index.html</code> file inside a git http
repository. Mind-boggling.</p>

<p class="footer">Kristian Høgsberg &lt;krh@bitplanet.net&gt;</p>

</Body>

</html>