Viola: Difference between revisions

From IFWiki

(Created page with "'''Viola''' is a Z-machine interpreter developed by David Fillmore, written in Python. Viola supports Z-machine Versions 1 to 8, with Blorb support for images and so...")
 
No edit summary
Line 1: Line 1:
'''Viola''' is a [[Z-machine]] [[interpreter]] developed by [[David Fillmore]], written in Python.
'''Viola''' is a [[Z-machine]] [[interpreter]] developed by [[David Fillmore]], written in Python.


Viola supports Z-machine Versions 1 to 8, with Blorb support for images and sounds.  
 
==Features==
* Supports [[Z-machine versions|versions]] 1-8 of the [[Z-machine]], including full support for Version 6.
* [[Z-machine]] Standard 1.1 compliance (barring bugs).
* Blorb 2.0 Standard compliance for image and sounds.
* Quetzal 1.4 Standard compliance for saved games.
 
 
 
==Links==
* [http://ifarchive.org/indexes/if-archiveXinfocomXinterpretersXviola.html Viola downloads at IF Archive]
* [https://github.com/DFillmore/viola Viola development at Github]


[[Category:Interpreter]] [[Category:Inform]][[Category:Z-machine]]
[[Category:Interpreter]] [[Category:Inform]][[Category:Z-machine]]

Revision as of 22:03, 30 April 2014

Viola is a Z-machine interpreter developed by David Fillmore, written in Python.


Features

  • Supports versions 1-8 of the Z-machine, including full support for Version 6.
  • Z-machine Standard 1.1 compliance (barring bugs).
  • Blorb 2.0 Standard compliance for image and sounds.
  • Quetzal 1.4 Standard compliance for saved games.


Links