Basic standard graphics

Adam D. Ruppe destructionator at gmail.com
Fri Nov 12 13:45:05 PST 2010


On Fri, Nov 12, 2010 at 04:39:54PM -0500, bearophile wrote:
> I don't know if D will have a built-in GUIs kit (like Delphi or Tcl), but how much simple&short will be a D implementation of the "Image Noise" task?

import std.rosettacode; void main() { Image_Noise(); }

LOL

Seriously though, the C version could be ported directly, line for line. That
might not be the shortest possible, but it shows what you could do trivially.
There's SDL import files around in several places too, so no work.




More information about the Digitalmars-d mailing list