8 libale is a library for synthetic capture and rendering.
16 * libXi, libXmu (for GLUT detection)
17 * C++ compiler (for GLUT detection)
19 * For API open/save functions, ImageMagick 6.0.6 or later, or equivalent
25 Add the following lines to ~/.guile to enable readline and history in the
28 (use-modules (ice-9 readline))
30 (use-modules (ice-9 history))
32 Once readline is enabled, typing ale-<tab><tab> in the sample client will list
33 available libale functions. ALE-<tab><tab> will list available enumerations.
39 libale is currently under development, as a spinoff from Ale:
41 http://auricle.dyndns.org/ALE/
47 The libale git repository is hosted at repo.or.cz:
49 http://repo.or.cz/w/libale.git
52 // This README document is licensed under http://creativecommons.org/licenses/by-sa/3.0/