sdl2-cairo-0.1.0.2: Render with Cairo on SDL textures. Includes optional convenience drawing API.

CopyrightCopyright (c) 2015 Anton Pirogov
LicenseMIT
Maintaineranton.pirogov@gmail.com
Safe HaskellNone
LanguageHaskell2010

SDL.Cairo.Canvas.Interactive

Description

This module provides convenience functions for interactive development with ghci.

Synopsis

Documentation

getInteractive :: IO (Canvas () -> IO ()) Source

for testing and debugging usage with ghci. Starts up an SDL window, forks a rendering loop and returns a function to draw in this window.