summaryrefslogtreecommitdiff
path: root/doc/graphics.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/graphics.texi')
-rw-r--r--doc/graphics.texi23
1 files changed, 23 insertions, 0 deletions
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