Writing a screen saver in D what libraries will help?
    Adam D. Ruppe via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Oct 12 20:54:10 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.
My simpledisplay.d might be able to do it but it doesn't fully 
wrap stuff like full screen windows yet (it isn't hard to use the 
platform-specific functions to ask for one though).
https://github.com/adamdruppe/arsd
simpledisplay.d and color.d
WIP docs here http://arsdnet.net/arsd/simpledisplay.html
    
    
More information about the Digitalmars-d-learn
mailing list