turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
117 stars 21 forks source link

Fix MacOS runtime error in Gloss apps #283

Open turion opened 5 months ago

turion commented 5 months ago

I'm hoping to fix #280 .

turion commented 4 months ago

But note that not having -threaded may lead to worse performance on Macs, as then all GHC threads are blocked by OpenGL FFI calls.