[Haskell-cafe] [ANN] processing-for-haskell. New graphics and animation package

Anton Kholomiov anton.kholomiov at gmail.com
Wed Jul 6 10:22:00 UTC 2016


I'd like to announce a graphics libary processing-for-haskell (available on
Hackage).
It tries to implement Processing language with Haskell. Processing is an
imperative DSL
 for graphics and animation. It's very easy and fun to use. Intended to be
used by
non-programmers it has very small but powerful core of functions. It's a
shallow EDSL.
 The Processing is implemented with OpenGL and GLUT. That gives us an
opportunity
to use all Haskell IO-functions inside the animation loop.

Enjoy!

github: https://github.com/anton-k/processing-for-haskell
hackage: http://hackage.haskell.org/package/processing-for-haskell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160706/1ae4fa6b/attachment.html>


More information about the Haskell-Cafe mailing list