summaryrefslogtreecommitdiff
path: root/doc/graphics.texi
blob: 671754b453e8d81a5509a33ed1d23fb09f0d571d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@node Graphics
@chapter Graphics

Graphics are a fundamental part of most computer games. Sly 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