RemGlk-rs
From IFWiki
RemGlk-rs | |
---|---|
Library | |
Link | Home page |
Developer | Dannii Willis |
Systems | Browser, Linux |
Latest version | |
Status | Beta |
Implements | Glk, GlkOte protocol |
Used by | Emglken |
License | MIT |
Browse the software database | |
Edit this infobox |
RemGlk-rs is a Rust implementation of the Glk API. It is half a port of RemGlk and half of AsyncGlk, and like both of them it uses the GlkOte protocol. RemGlk-rs can be compiled for Linux, but its main platform is WebAssembly, as part of Emglken. When compiled to WebAssembly, it requires the use of AsyncGlk's AsyncDialog interface, and so cannot be used with the original GlkOte Dialog library.