DlangUI project update
thedeemon via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Dec 30 02:39:39 PST 2014
On Monday, 29 December 2014 at 09:50:23 UTC, ketmar via
Digitalmars-d-announce wrote:
> it would be not that hard to write a native D png loader
Here is some already:
https://github.com/adamdruppe/arsd/blob/master/png.d
I've used it successfully. Just one thing: it uses GC heap very
actively (causing leaks on 32 bits), so I had to work around that.
More information about the Digitalmars-d-announce
mailing list