Short: Cheapass Implementation of the Glk API Author: Andrew Plotkin, AmigaOS 4.0 compile by Spot / Up Rough Uploader: Varthall / Up Rough Type: dev/lib Version: 0.9.0 Architecture: ppc-amigaos >= 4.0.5 CheapGlk: Cheapass Implementation of the Glk API. CheapGlk Library: version 0.9.0. Glk API which this implements: version 0.7.0. Designed by Andrew Plotkin http://www.eblong.com/zarf/glk/index.html This is source code for 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. .___________________________________________________________. | | | A M I G A O S 4 . 0 C O M P I L E B Y | ._______ .______. | | ____/________________________________________| |__ . ._|____._ | ._ | ._ | _/______. | |/ | |/ | |/ | |/ | | | _________| | | |_________________|______|spt/up |_______________|_______________| . . | | | I am in a shitty economical situation, so if you feel | | that what I do is worth anything, use paypal to donate | | to my email addy, spotATtriadDOTse, thanx! | | | | Spot / Up Rough 2006 | |___________________________________________________________|