-
Notifications
You must be signed in to change notification settings - Fork 63
Glulx Glk extensions ecosystem
Dannii Willis edited this page Sep 29, 2020
·
12 revisions
This page will list out the various Glulx/Glk features needed by Inform authors, along with the extensions which provide them.
intfiction.org forum discussion
Definitions of the object and value kinds needed by other extensions
Provided by:
Phrases to check whether the interpreter supports various features
Provided by:
When a game is restarted, restored, or a turn undone the game must ensure that it has correct references to the Glk objects which already exist. This is accomplished through providing a GGRecoverObjects() function.
Provided by:
A system is needed to access the Glk event loop. There could be different ways of handling this.
Provided by:
- Glk Events by Dannii Willis
- Glulx Entry Points by Emily Short (legacy system)
Many things should be possible:
- input from different windows
- cancelling and resuming line input
- converting types of input
- input echoing
Provided by:
Provided by:
Provided by:
- Gavin Lambert's system:
- Hyperlinks by Dannii Willis (extremely minimal and not really supported)
Provided by:
Provided by: