glazier-pipes-0.1.4.0: Converts Glazier widgets into a Pipe.

Safe HaskellSafe
LanguageHaskell2010

Glazier.Pipes.Ui

Synopsis

Documentation

runUi :: MonadIO io => Int -> (s -> IO ()) -> Producer s io s -> io s Source #

This is similar to part of the Elm startApp. This is responsible for running the Glazier Gadget update tick until it quits. This is also responsible for rendering the frame.