dynamic-graph-0.1.0.5: Draw and update graphs in real time with OpenGL

Safe HaskellNone
LanguageHaskell2010

Graphics.DynamicGraph.Util

Synopsis

Documentation

setupGLFW :: EitherT String IO () Source

Utility function to setup GLFW for graph drawing

replaceMVar :: MVar a -> a -> IO () Source

tryTakeMVar then putMVar