the most D-ish GUI library
Vadim Lopatin via Digitalmars-d
digitalmars-d at puremagic.com
Mon Mar 14 02:02:47 PDT 2016
On Sunday, 13 March 2016 at 22:49:30 UTC, Chris Wright wrote:
> dlangui will be consistent on different platforms. However,
> what I've seen in it doesn't support antialiasing, so it's kind
> of ugly.
DlangUI does support antialiasing for font rendering and as well
provides some enhancements like Gamma setting for fonts.
Although, subpixel antialiasing (aka Clear Type) is supported
only for software rendering.
(I've not managed to implement it using OpenGL shader).
More information about the Digitalmars-d
mailing list