From 1f1deea662da4328bf588c0642c8a90c7b1f2144 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 24 Sep 2013 21:06:41 -0400 Subject: Rough draft of manual. --- doc/graphics.texi | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/graphics.texi (limited to 'doc/graphics.texi') diff --git a/doc/graphics.texi b/doc/graphics.texi new file mode 100644 index 0000000..62ecc6d --- /dev/null +++ b/doc/graphics.texi @@ -0,0 +1,23 @@ +@node Graphics +@chapter Graphics + +Graphics are a fundamental part of most computer games. Guile-2D makes +it easy to make sprite-based games by providing all of the necessary +primitives. Graphics are rendered via OpenGL to take advantage of +hardware acceleration. + +@menu +* Sprites:: +* Textures:: +* Animations:: +* Colors:: +* Tilesets:: +* Fonts:: +@end menu + +@include graphics/sprite.texi +@include graphics/texture.texi +@include graphics/animation.texi +@include graphics/color.texi +@include graphics/tileset.texi +@include graphics/font.texi -- cgit v1.2.3