diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-04 20:49:16 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-04 20:49:16 -0400 |
commit | 279f17ac0e1b3d019c2b294098e834d249376686 (patch) | |
tree | 47be849d3b35635d167e00cd8448815a75167a23 /manuals/chickadee/index.html | |
parent | 7b808b9268ec735a7a176d10bf1887b3fa66d13e (diff) |
Update chickadee manual.
Diffstat (limited to 'manuals/chickadee/index.html')
-rw-r--r-- | manuals/chickadee/index.html | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/manuals/chickadee/index.html b/manuals/chickadee/index.html index d7e8a56..4ddf0c3 100644 --- a/manuals/chickadee/index.html +++ b/manuals/chickadee/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> -<!-- Copyright (C) 2017 David Thompson davet@gnu.org +<!-- Copyright (C) 2017, 2018, 2019 David Thompson davet@gnu.org Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -13,6 +13,8 @@ A copy of the license is also available from the Free Software Foundation Web site at http://www.gnu.org/licenses/fdl.html. +* Chickadee: (chickadee). Game programming toolkit for Guile. + The document was typeset with http://www.texinfo.org/ (GNU Texinfo). --> @@ -101,7 +103,10 @@ ul.no-bullet {list-style: none} </ul></li> <li><a name="toc-API-Reference-1" href="API-Reference.html#API-Reference">2 API Reference</a> <ul class="no-bullet"> - <li><a name="toc-Kernel-1" href="Kernel.html#Kernel">2.1 Kernel</a></li> + <li><a name="toc-Kernel-1" href="Kernel.html#Kernel">2.1 Kernel</a> + <ul class="no-bullet"> + <li><a name="toc-Live-Coding" href="Kernel.html#Live-Coding">2.1.1 Live Coding</a></li> + </ul></li> <li><a name="toc-Math-1" href="Math.html#Math">2.2 Math</a> <ul class="no-bullet"> <li><a name="toc-Basics-1" href="Basics.html#Basics">2.2.1 Basics</a></li> @@ -125,17 +130,26 @@ ul.no-bullet {list-style: none} </ul></li> <li><a name="toc-Graphics-1" href="Graphics.html#Graphics">2.3 Graphics</a> <ul class="no-bullet"> - <li><a name="toc-Rendering-Engine-1" href="Rendering-Engine.html#Rendering-Engine">2.3.1 Rendering Engine</a></li> - <li><a name="toc-Textures-1" href="Textures.html#Textures">2.3.2 Textures</a></li> - <li><a name="toc-Sprites-1" href="Sprites.html#Sprites">2.3.3 Sprites</a></li> - <li><a name="toc-Tile-Maps-1" href="Tile-Maps.html#Tile-Maps">2.3.4 Tile Maps</a></li> - <li><a name="toc-Lines-and-Shapes-1" href="Lines-and-Shapes.html#Lines-and-Shapes">2.3.5 Lines and Shapes</a></li> - <li><a name="toc-Fonts-1" href="Fonts.html#Fonts">2.3.6 Fonts</a></li> - <li><a name="toc-Blending-and-Depth-Testing-1" href="Blending-and-Depth-Testing.html#Blending-and-Depth-Testing">2.3.7 Blending and Depth Testing</a></li> - <li><a name="toc-Vertex-Arrays-1" href="Vertex-Arrays.html#Vertex-Arrays">2.3.8 Vertex Arrays</a></li> - <li><a name="toc-Shaders-1" href="Shaders.html#Shaders">2.3.9 Shaders</a></li> - <li><a name="toc-Framebuffers-1" href="Framebuffers.html#Framebuffers">2.3.10 Framebuffers</a></li> - <li><a name="toc-Viewports-1" href="Viewports.html#Viewports">2.3.11 Viewports</a></li> + <li><a name="toc-Textures-1" href="Textures.html#Textures">2.3.1 Textures</a></li> + <li><a name="toc-Sprites-1" href="Sprites.html#Sprites">2.3.2 Sprites</a></li> + <li><a name="toc-Tile-Maps-1" href="Tile-Maps.html#Tile-Maps">2.3.3 Tile Maps</a> + <ul class="no-bullet"> + <li><a name="toc-Tilesets" href="Tile-Maps.html#Tilesets">2.3.3.1 Tilesets</a></li> + <li><a name="toc-Tiles" href="Tile-Maps.html#Tiles">2.3.3.2 Tiles</a></li> + <li><a name="toc-Animations" href="Tile-Maps.html#Animations">2.3.3.3 Animations</a></li> + <li><a name="toc-Layers" href="Tile-Maps.html#Layers">2.3.3.4 Layers</a></li> + <li><a name="toc-Objects" href="Tile-Maps.html#Objects">2.3.3.5 Objects</a></li> + <li><a name="toc-Polygons" href="Tile-Maps.html#Polygons">2.3.3.6 Polygons</a></li> + </ul></li> + <li><a name="toc-Lines-and-Shapes-1" href="Lines-and-Shapes.html#Lines-and-Shapes">2.3.4 Lines and Shapes</a></li> + <li><a name="toc-Fonts-1" href="Fonts.html#Fonts">2.3.5 Fonts</a></li> + <li><a name="toc-Particles-1" href="Particles.html#Particles">2.3.6 Particles</a></li> + <li><a name="toc-Blending-1" href="Blending.html#Blending">2.3.7 Blending</a></li> + <li><a name="toc-Framebuffers-1" href="Framebuffers.html#Framebuffers">2.3.8 Framebuffers</a></li> + <li><a name="toc-Viewports-1" href="Viewports.html#Viewports">2.3.9 Viewports</a></li> + <li><a name="toc-Rendering-Engine-1" href="Rendering-Engine.html#Rendering-Engine">2.3.10 Rendering Engine</a></li> + <li><a name="toc-Buffers-1" href="Buffers.html#Buffers">2.3.11 Buffers</a></li> + <li><a name="toc-Shaders-1" href="Shaders.html#Shaders">2.3.12 Shaders</a></li> </ul></li> <li><a name="toc-Scripting-1" href="Scripting.html#Scripting">2.4 Scripting</a> <ul class="no-bullet"> @@ -163,7 +177,7 @@ Next: <a href="Installation.html#Installation" accesskey="n" rel="next">Installa <a name="Chickadee"></a> <h1 class="top">Chickadee</h1> -<p>Copyright © 2017 David Thompson <a href="mailto:davet@gnu.org">davet@gnu.org</a> +<p>Copyright © 2017, 2018, 2019 David Thompson <a href="mailto:davet@gnu.org">davet@gnu.org</a> </p> <blockquote> <p>Permission is granted to copy, distribute and/or modify this document @@ -178,6 +192,7 @@ Foundation Web site at <a href="http://www.gnu.org/licenses/fdl.html">http://www </p> </blockquote> + <p>The document was typeset with <a href="http://www.texinfo.org/">GNU Texinfo</a>. </p> |