Writing a screen saver in D what libraries will help?

welkam via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 12 16:24:53 PDT 2015


On Monday, 12 October 2015 at 19:16:10 UTC, Gary Willoughby wrote:
> If I was writing a screensaver in D what libraries are 
> available for opening a window and drawing sprites, etc on it. 
> GPU accelerated if possible.
>
> I'm using Ubuntu 14.04 and latest DMD compiler.

You will need to interface to C libraries like SDL. There are 
bidings for it on DUB called derelict-sdl2


More information about the Digitalmars-d-learn mailing list