yampa-sdl2-0.1.0.2: Yampa and SDL2 made easy

Safe HaskellNone
LanguageHaskell2010

YampaSDL2.Internal.AppOutput

Synopsis

Documentation

data RenderObject Source #

Constructors

RO 

Fields

translate :: (Center -> Center) -> RenderObject -> RenderObject Source #

Move a RenderObject

data Scene Source #

Properties of the scene

Constructors

Scene 

Fields

data AppOutput Source #

The Main signal function needs to return an AppOutput which tells SDL what to do.

Use output to create an AppOutput

Constructors

AppOutput 

Fields

data Camera Source #

Constructors

Camera 

Fields

data ShapeColour Source #

Used to set the colour of shapes like rectangle or circle and whether they are filled or not. This library uses Data.Colour to create colours.

data Sound Source #

Not implemented yet

Constructors

NotImplementedYet