RemGlk: Difference between revisions

From IFWiki

No edit summary
No edit summary
 
Line 4: Line 4:
|Implements=Glk, GlkOte Protocol
|Implements=Glk, GlkOte Protocol
|Home page=https://github.com/erkyrath/remglk
|Home page=https://github.com/erkyrath/remglk
|Format=Not applicable
|System=Linux
|Version=0.3.1
|Version=0.3.1
|Date=2024/07/28
|Date=2024/07/28
Line 9: Line 11:
|License=MIT
|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, standing for "Remote Glk", is a [[Glk]] implementation intended for remote or networked interpreters. Written in C, it communicates using the [[GlkOte protocol]], and can be linked with Glk interpreters such as [[Glulxe]], [[Git]], [[Bocfel]], etc. It supports most Glk features including graphics and hyperlinks, but does not support stylehints or audio.


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

Latest revision as of 04:27, 6 March 2025

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


License MIT
Notes
Browse the software database
Edit this infobox

RemGlk, standing for "Remote Glk", is a Glk implementation intended for remote or networked interpreters. Written in C, it communicates using the GlkOte protocol, and can be linked with Glk interpreters such as Glulxe, Git, Bocfel, etc. It supports most Glk features including graphics and hyperlinks, but does not support stylehints or audio.