<div dir="ltr">I'd like to announce a graphics libary processing-for-haskell (available on Hackage). <br>It tries to implement Processing language with Haskell. Processing is an imperative DSL<br> for graphics and animation. It's very easy and fun to use. Intended to be used by <br>non-programmers it has very small but powerful core of functions. It's a shallow EDSL.<br> The Processing is implemented with OpenGL and GLUT. That gives us an opportunity <br>to use all Haskell IO-functions inside the animation loop.<br><br>Enjoy!<br><br>github: <a href="https://github.com/anton-k/processing-for-haskell">https://github.com/anton-k/processing-for-haskell</a><br>hackage: <a href="http://hackage.haskell.org/package/processing-for-haskell">http://hackage.haskell.org/package/processing-for-haskell</a><br></div>