Parchment: Difference between revisions

From IFWiki

No edit summary
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Software infobox
{{Software infobox
|Type=Interpreter
|Type=Interpreter
|Uses interpreter=Emglken, Quixe, Ifvms.js
|Interpreter app=Yes
|Interpreter app=Yes
|Multimedia=Colours, graphics (No TADS multimedia support)
|Multimedia=Colours, graphics, sound (in Glulx only)
|Developer=Dannii Willis
|Developer=Atul Varma, Dannii Willis
|Uses=AsyncGlk, Emglken
|Home page=https://github.com/curiousdannii/parchment
|Home page=https://github.com/curiousdannii/parchment
|Download=https://github.com/curiousdannii/parchment/releases
|Download=https://github.com/curiousdannii/parchment/releases
Line 10: Line 10:
|System=Browser
|System=Browser
|Play online=https://iplayif.com/
|Play online=https://iplayif.com/
|Version=2023.2.12
|Version=2025.1.14
|Date=2024/02/12
|Date=2025/01/14
|Status=Stable
|Status=Stable
|License=MIT (parts under BSD, GPLv2)
|License=MIT (parts under BSD, GPLv2)
Line 17: Line 17:
'''Parchment''' is a web [[interpreter]] for [[ADRIFT 4]], [[Glulx]], [[Hugo]], [[TADS]], and the [[Z-machine]].
'''Parchment''' is a web [[interpreter]] for [[ADRIFT 4]], [[Glulx]], [[Hugo]], [[TADS]], and the [[Z-machine]].


Parchment is also available as an interpreter template for [[Inform 7]] for both Glulx and Z-code, which allows authors to easily publish their own online Parchment websites.
As noted on its [https://github.com/curiousdannii/parchment development page], Parchment is available in several forms, including:
* the website https://iplayif.com/ where you can specify a story file (on the web or on your computer) to play
* an [[Inform 7]] interpreter template for both Glulx and Z-code, which allows Inform 7 authors to easily publish their own online Parchment websites
* a single file build, suitable for downloading and using offline
* a site generator at https://iplayif.com/api/sitegen to turn a story file into a single, self-contained HTML file to publish or play offline


==Embedded software==
==Embedded software==
Parchment includes:
* [[AsyncGlk]]
* [[AsyncGlk]]
* [[Emglken]]
* [[Emglken]]
* [[Git]] (via Emglken)
* [[Git]] (via Emglken)
* [[GlkOte]]
* [[Glulxe]] (via Emglken)
* [[Glulxe]] (via Emglken)
* [[Hugo]] (via Emglken)
* [[Hugo]] (via Emglken)
* [[Quixe]]
* [[RemGlk-rs]] (via Emglken)
* [[RemGlk]] (via Emglken)
* [[Scare]] (via Emglken)
* [[Scare]] (via Emglken)
* [[TADS]] (via Emglken)
* [[TADS]] (via Emglken)
* [[ifvms.js|ZVM]]
 
==History==
Parchment was originally a Z-machine-only web interpreter, created in 2008 by [[Atul Varma]] by reviving [[Gnusto]]. [[Dannii Willis]] became heavily involved shortly afterward.
 
The [[IFComp 2009]] site promoted Parchment to [[15th Annual Interactive Fiction Competition/Play online|play some entries online]]. (This functionality was integrated into the IFComp site itself as of [[IFComp 2010]].)
 
In June 2010 (build 6E59), [[Inform 7]] integrated Parchment with its ability to "release along with an interpreter", allowing Inform-7-authored games to easily be published on the web.
 
In March 2011, Parchment became a multi-format interpreter with the integration of [[Quixe]], and got a new home at iplayif.com.
 
In January 2025 Parchment switched to using [[RemGlk-rs]], adding sound support, and switched its Glulx and Z-Code interpreters to Glulxe and Bocfel, rather than Quixe and ZVM.


==Links==
==Links==
Line 36: Line 49:
* https://github.com/curiousdannii/parchment
* https://github.com/curiousdannii/parchment
* https://iplayif.com
* https://iplayif.com
* http://brasslantern.org/news/060308.html - news article at [[Brass Lantern]]
* Historical info:
** http://brasslantern.org/news/060308.html - news article at [[Brass Lantern]], 3 June, 2008.
** [http://parchment.toolness.com/ Original Parchment site] (no longer functional).
** [https://code.google.com/archive/p/parchment/ Archived Google code repository] (2008-2011) -- history also in GitHub repository on branch <tt>old-master</tt>.


[[Category:Interpreter]]
[[Category:Interpreter]]
{{software navbox}}
{{software navbox}}

Latest revision as of 04:53, 6 March 2025

Parchment
Interpreter
[[File:|385px|center]]
Links Home page Download Play online
Developers Atul Varma, Dannii Willis
Formats ADRIFT 4, Glulx, Hugo, TADS 2, TADS 3, Z-code
Interaction style
System Browser
System details
Latest version 2025.1.14 / 14 Jan 2025
Status Stable
Implements
Uses AsyncGlk, Emglken
Used byParchmap, Vorple
Multimedia support Colours, graphics, sound (in Glulx only)
License MIT (parts under BSD, GPLv2)
Notes
Browse the software database
Edit this infobox

Parchment is a web interpreter for ADRIFT 4, Glulx, Hugo, TADS, and the Z-machine.

As noted on its development page, Parchment is available in several forms, including:

  • the website https://iplayif.com/ where you can specify a story file (on the web or on your computer) to play
  • an Inform 7 interpreter template for both Glulx and Z-code, which allows Inform 7 authors to easily publish their own online Parchment websites
  • a single file build, suitable for downloading and using offline
  • a site generator at https://iplayif.com/api/sitegen to turn a story file into a single, self-contained HTML file to publish or play offline

Embedded software

Parchment includes:

History

Parchment was originally a Z-machine-only web interpreter, created in 2008 by Atul Varma by reviving Gnusto. Dannii Willis became heavily involved shortly afterward.

The IFComp 2009 site promoted Parchment to play some entries online. (This functionality was integrated into the IFComp site itself as of IFComp 2010.)

In June 2010 (build 6E59), Inform 7 integrated Parchment with its ability to "release along with an interpreter", allowing Inform-7-authored games to easily be published on the web.

In March 2011, Parchment became a multi-format interpreter with the integration of Quixe, and got a new home at iplayif.com.

In January 2025 Parchment switched to using RemGlk-rs, adding sound support, and switched its Glulx and Z-Code interpreters to Glulxe and Bocfel, rather than Quixe and ZVM.

Links

in other wikis/dbs:
Interpreters
By format ADRIFTAdvSysAGTAlanGlulxHugoMagnetic ScrollsTADSZ-code
By system BrowserAndroidiOSLinuxmacOSWindows
Browse Recommended interpretersSearch formDrilldown
Other software Authoring systemsUtilities