Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Camera = Camera {}
- cameraTransform :: Camera -> Picture -> Picture
- windowToWorld :: Camera -> (Float, Float) -> V2 Float
- play :: Has w IO Camera => Display -> Color -> Int -> System w Picture -> (Event -> System w ()) -> (Float -> System w ()) -> System w ()
- foldDraw :: (Get w IO c, Members w IO c) => (c -> Picture) -> System w Picture
- foldDrawM :: (Get w IO c, Members w IO c) => (c -> System w Picture) -> System w Picture
- module Graphics.Gloss.Interface.IO.Game
Documentation
Renders a picture given a component rendering function.