RemGlk: Difference between revisions

From IFWiki

No edit summary
Line 1: Line 1:
{{Software infobox
|Type=Library
|Developer=Andrew Plotkin
|Implements=Glk
|Home page=https://github.com/erkyrath/remglk
|Version=0.3.1
|Date=2024/07/28
|Status=Stable
|License=MIT
}}
RemGlk stands for "Remote Glk" and is a [[Glk]] library implementation for IF interpreters. It is a C library that can be linked with a number of Glk-interfacing interpreters such as [[Glulxe]], [[Git]], [[Bocfel]], etc. It emits JSON data in entire story frames and can almost be considered an API in front of Glk's normal character and string oriented C functions. It currently supports Glk graphic images, graphic windows, hyperlinks and timers.  Sound support has been announce as under development.
RemGlk stands for "Remote Glk" and is a [[Glk]] library implementation for IF interpreters. It is a C library that can be linked with a number of Glk-interfacing interpreters such as [[Glulxe]], [[Git]], [[Bocfel]], etc. It emits JSON data in entire story frames and can almost be considered an API in front of Glk's normal character and string oriented C functions. It currently supports Glk graphic images, graphic windows, hyperlinks and timers.  Sound support has been announce as under development.


[[Category:Glk]]
[[Category:Glk]]
{{software navbox}}

Revision as of 08:54, 20 February 2025

RemGlk
Library
[[File:|385px|center]]
Link Home page
Developer Andrew Plotkin
Format
Interaction style
System
System details
Latest version 0.3.1 / 28 Jul 2024
Status Stable
Implements Glk
Uses


License MIT
Notes
Browse the software database
Edit this infobox

RemGlk stands for "Remote Glk" and is a Glk library implementation for IF interpreters. It is a C library that can be linked with a number of Glk-interfacing interpreters such as Glulxe, Git, Bocfel, etc. It emits JSON data in entire story frames and can almost be considered an API in front of Glk's normal character and string oriented C functions. It currently supports Glk graphic images, graphic windows, hyperlinks and timers. Sound support has been announce as under development.