Is it possible to somehow connect Inform to a more graphics based language, like Javascript and Processing?
context: got an assignment where I need to create a game in Processing. Thought it could be really cool if I could somehow add the Inform system to Processing and create this hybrid clickable graphics + parser based IF game.
Inform 10 can compile to C code for exactly this reason: you get a black box you can either link into your project or hook up to some pipes, without worrying about interpreters and formats and such.