summaryrefslogtreecommitdiff
path: root/README.org
blob: fcdd061a16d12ac50d1d130838122c2989f25e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* guile-2d

  Guile-2d is a 2D game programming library for GNU Guile. It is a
  layer above SDL and OpenGL that provides abstractions for common 2D
  game programming requirements such as:

  - Sprites
  - Animation
  - Tilesets
  - Tile maps
  - Scene graph
  - Input handling
  - Scripting

** Dependencies

   - guile-figl
   - guile-sdl

** License

   GNU LGPL v3