SlackBuilds Repository

15.0 > Libraries > cheapglk (1.0.6)

cheapglk (cheapass implementation of the Glk API)

This is the simplest possible implementation of the Glk API. It uses
stdio.h calls (fopen, putc, getc), but not any of the curses.h calls
(which handle cursor movement and unbuffered keyboard input.) So
there's no way it can support multiple windows, or a status bar. In
fact, this library only allows you to create *one* window at a time,
and that must be a TextBuffer. Fortunately -- well, deliberately --
TextBuffer windows are very simple; all the library has to be able to
do is printf() straight to stdout.

Maintained by: B. Watson
Keywords: glk,libglk,libcheapglk,glulxe,text adventure,interactive fiction
ChangeLog: cheapglk

Homepage:
https://github.com/erkyrath/cheapglk

Source Downloads:
cheapglk-cheapglk-1.0.6.tar.gz (a6d56a025a362bb3e10d290527c9fb61)

Download SlackBuild:
cheapglk.tar.gz
cheapglk.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
cheapglk.SlackBuild
cheapglk.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds