Zax: Difference between revisions
From IFWiki
No edit summary |
|||
Line 2: | Line 2: | ||
==Features== | ==Features== | ||
* Supports versions 1 | * Supports versions 1-5 and 7-8 of the [[Z-machine]]. | ||
* "Nearly" [[Z-machine]] specification 1.0 compliant. | * "Nearly" [[Z-machine]] specification 1.0 compliant. | ||
* Written as a Java application, not an applet (and as such is distinguished from [[Zplet]]). | * Written as a Java application, not an applet (and as such is distinguished from [[Zplet]]). |
Revision as of 17:24, 18 December 2008
Zax is a Z-code interpreter written in Java by Matt Kimmel. It was originally released in 1997, and was recently re-released under the MIT License. "Zax" stands for "Z-code Application eXecutor" and is also a really good Scrabble word.
Features
- Supports versions 1-5 and 7-8 of the Z-machine.
- "Nearly" Z-machine specification 1.0 compliant.
- Written as a Java application, not an applet (and as such is distinguished from Zplet).
- Should run on any platform that supports both the Java Runtime Environment version 5 (aka JRE 1.5) or higher and Sun's AWT user interface toolkit.