line drawing package?

Bill Baxter wbaxter at gmail.com
Sat May 2 19:36:34 PDT 2009


SDL via Derelict is probably the easiest thing to get working quickly.
I think SDL has some kind of simple line drawing API.

SDL for opening the window with drawing done by GL wouldn't be hard
either, if you already know the GL api.

Neither will give you high-quality antialiased lines, though.

--bb

On Sat, May 2, 2009 at 6:29 PM, BCS <none at anon.com> wrote:
> I find my self in need of a line drawing package. I need to pop a window and
> draw lines and points. Text would be nice but I can live without it. Most
> importantly, I need something that is dirt simple to get running. I don't
> have time to dink around with libs (if I did have time I'd be willing but
> I'm already way behind as it is).
>
> Windows XP, D1.0, Phobos
>
> I'd also be able to use an out of process solution as in: generate input
> file, call program if anyone knows of a windows program like that.
>
>
>


More information about the Digitalmars-d-learn mailing list