| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
FRP.Yampa.GLUT.Adapter
Documentation
adaptSimple :: String -> IO () -> Reaction -> IO () Source
Adapter to connect FRP.Yampa with Graphics.UI.GLUT and does
simpleInit.
adapt :: IO () -> Reaction -> IO () Source
Adapter to connect FRP.Yampa with Graphics.UI.GLUT. Assumes that
GLUT have been initialized.
simpleInit :: String -> IO () Source
Simple initialization of GLUT with fixed frame rate 60 fps
Action to perform in response to something
Terminate mainLoop action
module FRP.Yampa.GLUT.UI