spice-0.1.2.1: An FRP-based game engine written in Haskell.

Safe HaskellNone
LanguageHaskell2010

FRP.Spice.Engine.RenderWrapper

Description

This module provides a wrapper to use with a given Game's render function.

Synopsis

Documentation

renderWrapper :: IO () -> IO () Source

A function to be ran on a Game's render function to provide a bit of a framework around it.