Tooling
Code Overhaul¶
While all current CLI tools are written in C, I seek to re-implement them in Go.
For the time being, I'm using re-existing C code as a library to achieve this.
Eventually, I hope to remove these C FFI shims, completely re-implementing
SCUMM in Go.
I also plan to complement the CLI tool suite with a distinct set of GUI tools.
These will be implemented in modern HTML5, using Astilectron
and WASM for lower level access.