added Invocation documentation

git-svn-id: svn://anubis/anaglym/trunk@271 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-03-02 15:48:24 +00:00
parent 4d0d942401
commit e8c3497ddb
2 changed files with 26 additions and 1 deletions

1
.todo
View File

@ -1,4 +1,3 @@
document anaglym invocation
document color value ranges
document 3D coordinate system
add audio capabilities

View File

@ -21,6 +21,12 @@ The library functions are documented below.
</p>
<ul>
<li>
<a href="#overview">Overview</a>
<ul>
<li><a href="#invocation">Invocation</a></li>
</ul>
</li>
<li>
<a href="#ag"><tt>ag</tt> library</a>
<ul>
@ -35,6 +41,26 @@ The library functions are documented below.
<hr />
<a name="overview" />
<h2>Overview</h2>
<a name="invocation" />
<h3>Anaglym Invocation</h3>
<p><tt>anaglym</tt> usage:</p>
<pre> anaglym [options] script-file</pre>
<p>
<tt>anaglym</tt> command-line options:
<ul>
<li><tt>-w width</tt> - specify the width in pixels of the window</li>
<li><tt>-h height</tt> - specify the height in pixels of the window</li>
<li><tt>-f</tt> - do not fullscreen window</li>
<li><tt>-g</tt> - do not grab mouse input</li>
</ul>
</p>
<hr />
<a name="ag" />
<h2><tt>ag</tt> library</h2>