
5 Dec
2008
5 Dec
'08
6:15 p.m.
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.