[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Any pure-Lua Charting/Plotting libraries?
- From: Matthew Wild <mwild1@...>
- Date: Fri, 22 Oct 2010 14:51:22 +0100
On 22 October 2010 14:48, steve donovan <steve.j.donovan@gmail.com> wrote:
> Hi all,
>
> Obviously such a library needs bindings to some GUI toolkit and/or
> rendering library, but the question is more this: is there already a
> general-purpose plotting library which could be adapted to multiple
> backends?
>
It depends how abstract you want the API. I've often considered adding
more backends to http://code.matthewwild.co.uk/gchart/ and making
something like you describe out of it.
But I have other things to fix at the moment :)
Matthew