Popularity
8.8
Stable
Activity
0.0
Declining
71
11
8

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics     Processing    
Latest version: v0.1.0.0

processing-for-haskell alternatives and similar packages

Based on the "processing" category.
Alternatively, view processing-for-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of processing-for-haskell or a related project?

Add another 'processing' Package

README

Processing for Haskell

Computer Graphics for kids and artists! It's an imperative EDSL for computer graphics. It's very easy to use. The library implements Processing language in Haskell.

Well, But actually it...

... implements a subset of Processing Language in Haskell. So ...

The project needs your help

The Processing being a small language implements some tons of magic with OpenGL under the hood. There are really big implementations of graphics primitives. I can not finish this thing all alone. So if you are really interested in seeing the package finished. If you want all features of Processing be implemented please do contribute!

How to install

You can install it from hackage.

> cabal install processing-for-haskell

Guide

If you are familiar with processing you can read:

Also you can read more detailed tutorial. The code examples for tutorial can be found here:

There are many examples to try out at the examples directory.

Missing features

  • Image processing functions

  • 3D drawing

  • Textures

  • Text and font rendering

  • Functions for rendering of complex 2D shapes (polygons with holes)

  • Should check for perlin-noise implementation.