RemGlk: Difference between revisions
From IFWiki
WakeReality (talk | contribs) (Initial stub page, needs more work and structure.) |
WakeReality (talk | contribs) (non-abbreviated name) |
||
Line 1: | Line 1: | ||
RemGlk is a Glk implementation for IF interpreters. It is a C library that can be linked with a number of Glk-interfacing interpreters such as [Gluxe], [Git], 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 iamges, graphic windows, hyperlinks, 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 [Gluxe], [Git], 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 iamges, graphic windows, hyperlinks, timers. Sound support has been announce as under development. |
Revision as of 22:35, 13 March 2017
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 [Gluxe], [Git], 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 iamges, graphic windows, hyperlinks, timers. Sound support has been announce as under development.