Liquorice-0.0.1: Algorithmic Doom map generation

Copyright© Jonathan Dowland 2020
LicenseGPL-3
Maintainerjon+hackage@dow.land
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell98

Liquorice.Render

Description

This module exposes a high-level function buildWad that can be used to evaluate a Liquorice program, convert the resulting Context into Doom data structures and write out a Doom-format PWAD file.

Synopsis

Documentation

buildWad :: FilePath -> Context -> IO () Source #

Convert the geometry described by the supplied Context into Doom-format structures and write them out as a PWAD file to the supplied FilePath.