Copyright | (c) Eric Mertens 2016 |
---|---|
License | ISC |
Maintainer | [email protected] |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Client.Image
Description
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.