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.
- Host: GitHub
- URL: https://github.com/ppkfs/libtcod-pl
- Owner: PPKFS
- Created: 2015-03-15T21:41:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T21:18:56.000Z (about 11 years ago)
- Last Synced: 2025-01-17T15:50:43.277Z (over 1 year ago)
- Language: Prolog
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.