Glulxe

Software Screenshot:
Glulxe
Software Details:
Version: 0.4.7
Upload Date: 11 May 15
Developer: Andrew Plotkin
Distribution Type: Freeware
Downloads: 40

Rating: nan/5 (Total Votes: 0)

Glulx is a portable VM (Virtual Machine), like the Z-machine. Unlike the Z-machine, it uses 32-bit data and addresses, so it can handle game files up to four gigabytes long.

Also unlike the Z-machine, it has native support for Glk I/O, so game files can use any capability Glk provides. However, like the Z-machine -- again -- you can write games in the Inform language and compile them to Glulx game files.

Compiling

Since this is a Glk program, it must be built with a Glk library. See the Glk home page at:

http://eblong.com/zarf/glk/index.html

The Unix Makefile that comes with this package is designed to link any of the Unix libraries (XGlk, GlkTerm, and CheapGlk.) You'll have to go into the Makefile and set three variables to find the library. There are instructions at the top of the Makefile. Then just type:

make glulxe

That should suffice. When the program is built, type:

./glulxe filename.ulx

where "filename.ulx" is a Glulx game file to execute.

To build this program on a Macintosh, you'll need the MacGlk library. See the instructions that come with that. It's fairly straightforward; compile the library, the source code, and the "macstart.c" file.

What is new in this release:

  • This version abstracts powf() to an osdepend wrapper, fixes a @ceil bug for some C math libraries, improves the profiling system in several ways, and fixes a bug in glkop.c dispatching related to optional array arguments.

What is new in version 0.4.6:

  • Assorted bugfixes.

Similar Software

Jikes
Jikes

3 Jun 15

Scheme2Js
Scheme2Js

11 May 15

LLVM
LLVM

17 Aug 18

Stratego/XT
Stratego/XT

3 Jun 15

Other Software of Developer Andrew Plotkin

XZip
XZip

2 Jun 15

Comments to Glulxe

Comments not found
Add Comment
Turn on images!