www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Efficient framebuffer?

reply Roman Ivanov <isroman.DEL ETE.km.ru> writes:
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?
Jun 01 2012
next sibling parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On 6/2/12, Roman Ivanov <isroman.DEL 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
Jun 01 2012
prev sibling parent "Kagamin" <spam here.lot> writes:
https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/ma
ter/simpledisplay.d 
?
Jun 02 2012