packages feed

pine-0.1.0.2: src/Pine.hs

-- | Everything you need is reixported by Pine, so you do not need to import any of the internal modules.
module Pine
  ( runDefault
  , pine
  , Drawable(..)
  , Stateful(..)
  , Image(..)
  , newImage
  , Scene
  , fromImage
  , Event(..)
  ) where

import Pine.Internal


-- | Run the default program, which displays the Pine logo
runDefault :: IO ()
runDefault = defaultApp