LambdaHack-0.6.2.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Frontend.Chosen

Description

Re-export the operations of the chosen raw frontend (determined at compile time with cabal flags).

Synopsis

Documentation

startup :: DebugModeCli -> IO RawFrontend Source #

Set up and start the main loop providing input and output.

Apparently some SDL backends are not thread-safe (https:/wiki.libsdl.orgFAQDevelopment), so we stick to main thread.

frontendName :: String Source #

The name of the frontend.