reanimate/examples/parameters.hs
David Himmelstrup 073b28bbf8 More documentation, parameters, update blender example.
Former-commit-id: ce16e476bf8f417dafd091f12559f83da25ebbff
2019-12-09 17:22:14 +08:00

11 lines
269 B
Haskell
Executable file

#!/usr/bin/env stack
-- stack runghc --package reanimate
module Main (main) where
import Reanimate
import qualified Data.Text as T
main :: IO ()
main = reanimate $ animate $ const $
mkText $ T.pack $ "Test parameters: " ++ show (pFPS, pWidth, pHeight)