[Haskell-cafe] Animated line art

Ben Lippmeier Ben.Lippmeier at anu.edu.au
Fri Dec 5 18:15:18 EST 2008


On 06/12/2008, at 6:34 AM, Andrew Coppin wrote:

> Ben Lippmeier wrote:
>> The ANUPlot graphics library I wrote does exactly this.
>> The darcs repo is at http://code.haskell.org/ANUPlot/ANUPlot-HEAD/
>> It comes with lots of examples that do the sort of things you  
>> describe.
>
> Does it handle drawing lines and circles (with antialiasing)? Can I  
> save the output as PNG?

Lines and circles yes, antialiasing no. It uses OpenGL for rendering,  
so maybe there's a flag to turn it on. PNG isn't usually required for  
animations. When I need to make an image I just do a screenshot.

Ben.



More information about the Haskell-Cafe mailing list