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

Safe HaskellNone
LanguageHaskell2010

FRP.Spice.Engine.Network

Description

This module need not be used directly. Refer to startEngine instead.

Synopsis

Documentation

makeNetwork :: Game a => Signal Input -> Signal a -> (a -> IO ()) -> IO (Float -> IO (IO ())) Source

Creating a network to be used with the driveNetwork function.