Efficient framebuffer?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jun 1 18:24:48 PDT 2012


On 6/2/12, Roman Ivanov <isroman.DEL at ete.km.ru> wrote:
> I want to do some simple visualizations, but don't want to work with a
> full-scale graphics library. Is there a simple way to render a 2d array
> of pixels to the screen in D?
>

I think AE could do the trick, e.g.:
https://github.com/CyberShadow/ae/blob/master/demo/colorcube/colorcube.d
https://github.com/CyberShadow/ae/blob/master/demo/canvas/main.d


More information about the Digitalmars-d mailing list