| Copyright | (C) 2016-2026 David M. Johnson |
|---|---|
| License | BSD3-style (see the file LICENSE) |
| Maintainer | David M. Johnson <code@dmj.io> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Miso.Subscription.RAF
Description
A Sub for requestAnimationFrame. Meant to be used in Canvas based
animations / games to achieve 60fps.
main :: IO ()
main = startApp defaultEvents comp { subs = [ rAFSub Tick ] }
data Action = Tick Double