LambdaHack-0.9.5.0: A game engine library for tactical squad ASCII 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 :: ScreenContent -> ClientOptions -> IO RawFrontend Source #

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

Because of Windows and OS X, SDL2 needs to be on a bound thread, so we can't avoid the communication overhead of bound threads.

frontendName :: String Source #

The name of the frontend.