[Haskell-cafe] FRP + physics / status of hpysics

Felipe Lessa felipe.lessa at gmail.com
Sat Mar 7 12:49:11 EST 2009


2009/3/6 Peter Verswyvelen <bugfact at gmail.com>:
> Do alternatives exist? Maybe good wrappers (hopefully pure...)  around
> existing engines?

There's Hipmunk, but it is not pure and not that good ;). But if you
don't mess with the global variables (which you normally wouldn't mess
anyway) then you can wrap everything in a separate monad with
unsafePerformIO's, I guess.

--
Felipe.


More information about the Haskell-Cafe mailing list