An open API service indexing awesome lists of open source software.

https://github.com/ppkfs/libtcod-pl

Prolog bindings for libtcod.
https://github.com/ppkfs/libtcod-pl

Last synced: 3 months ago
JSON representation

Prolog bindings for libtcod.

Awesome Lists containing this project

README

          

libtcod-pl (not to be confused with pltcod, the Racket bindings for libtcod) is a SWI-Prolog binding for libtcod 1.5.2.

**INSTALLATION**
Note: Not tested on Windows.
Download the the C++ version of libtcod 1.5.2. Copy libtcod/include to lib/include, and libtcod.so and libtcodxx.so to lib.
Run make.
libtcod-pl.so is created in the lib folder.