Need help with DLANGUI

Rikki Cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 24 06:52:38 PDT 2015


On 25/03/2015 2:31 a.m., Eric wrote:
>
>>
>> BTW, why do you need FreeImage to create image? Isn't it just possible
>> inside dlangui?
>
> This is basically my question. Is there a drawing engine that
> can draw lines, circles, and shapes as well as single pixels?
>
> -Eric


If you have some way to draw you might be interested in my LineGraph[0]. 
It only handles getting coordinates to draw by. But I don't see why 
shapes couldn't be added.

[0] 
https://github.com/Devisualization/util/blob/master/source/core/devisualization/util/core/linegraph.d


More information about the Digitalmars-d-learn mailing list