line drawing package?

Bill Baxter wbaxter at gmail.com
Sun May 3 05:31:17 PDT 2009


On Sun, May 3, 2009 at 5:15 AM, John C <johnch_atms at hotmail.com> wrote:
> BCS 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.
>>
>>
>
> Had you ruled out CreateWindowEx, LineTo and DrawText from the Win32 API?

If there are bindings for GDI+ then that gets you nice antialiased lines too.

--bb


More information about the Digitalmars-d-learn mailing list