No description
- C 91.6%
- Scheme 7.6%
- Makefile 0.8%
| doc | ||
| src | ||
| tests | ||
| lgpl-3.0.txt | ||
| Makefile | ||
| README | ||
guile-tcod A guile module for libtcod. ~~~~~~~~~~ The module is licenced under the GNU LGPL v3 or later. See lgpl-3.0.txt for more information. ~~~~~~~~~~ Dependencies : - guile 2.0 - libtcod 1.5.1 On Archlinux, you need to install the following packages from AUR : guile-devel libtcod ~~~~~~~~~~ Building the module (as a shared library) : > make Testing the module without install it (press ESCAPE to quit the test) : > make test Installing the module : > make install Uninstalling the module : > make uninstall You may need to modify the CFLAGS and LDFLAGS of the Makefile to use the right include and library paths for libtcod. The Makefile assume that : - the header files are installed under /usr/include/libtcod - the library files are installed under /usr/lib ~~~~~~~~~~ Currently, the module covers only the following parts of libtcod, with some limitations : * Core : - Colors - Console - System layer * Base toolkits : - Mouse support The other parts will be covered in the future. The documentation is available under the doc/ directory.