Copyright | (c) Eric Mertens 2016 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
This module provides the renderer for the client's UI.
Synopsis
- clientPicture :: ClientState -> (Picture, ClientState)
Documentation
clientPicture :: ClientState -> (Picture, ClientState) Source #
Generate a Picture
for the current client state. The resulting
client state is updated for render specific information like scrolling.