Banner

Tag : graphics

Haskell PDF 0.3

Posted by alpheccar - Oct 27 2006 at20:11 CEST

I made some updates to my small Haskell PDF library.

Haskell, PDF and Penrose Tilings

Posted by alpheccar - Oct 19 2006 at20:28 CEST

I am currently learning Haskell and the only way to learn a programming language is coding. So I decided to write a portable PDF library.

IFS In Haskell

Posted by alpheccar - Mar 18 2007 at12:45 CEST

This weekend, I wanted to do some experimentations with random number generations and arrays in Haskell. So, I decided to build a small Iterated Function System (IFS) library because it is a quite standard stuff, easy and which can generate some cool pictures. And, it needs random number generation, array and speed.