Glulxtoc - Glulx to C decompiler

Glulxtoc logo

Glulxtoc will decompile your Glulx storyfile into C code which you can then compile against any Glk library.

To get it, first install Rust and then install glulxtoc with cargo:

cargo install glulxtoc

Usage

glulxtoc <path> [FLAGS] [OPTIONS]

Required option:

Flags:

Options:

Compiling the output code

Glulxtoc produces several C files and provides a CMake CMakeLists.txt. You must pass in the Glk library's path to CMake. For example:

glulxtoc advent.ulx cd advent.ulx.decompiled mkdir remglk cmake -DGlkLibPath=../../remglk . -B remglk cd remglk make

Limitations

In general Glulxtoc is likely to have problems with any Glulx files that weren't compiled with Inform.

Troubleshooting

If you do get an error, please post a bug report with as much detail as you can provide, and ideally with your storyfile.