Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiousdannii/remglk-rs
A Rust port of RemGlk
https://github.com/curiousdannii/remglk-rs
glk interactive-fiction remglk
Last synced: 3 months ago
JSON representation
A Rust port of RemGlk
- Host: GitHub
- URL: https://github.com/curiousdannii/remglk-rs
- Owner: curiousdannii
- License: mit
- Created: 2022-12-17T03:50:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:14:49.000Z (4 months ago)
- Last Synced: 2024-10-24T14:16:05.215Z (4 months ago)
- Topics: glk, interactive-fiction, remglk
- Language: Rust
- Homepage:
- Size: 849 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RemGlk-rs
=========A Rust port of [RemGlk](https://github.com/erkyrath/remglk).
Except it's actually largely based on [AsyncGlk's GlkApi](https://github.com/curiousdannii/asyncglk), because Rust is more similar to TypeScript than C, and I like how I'd designed things there.
RemGlk-rs is MIT licenced.