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

Reply via email to