Simple tutorial
Craig Black
cblack at ara.com
Wed Jul 25 11:07:42 PDT 2007
A german guy named Matthias Thurau did some simple tutorials on installing D
and installing D with various IDE's: http://d.whosme.de These are the
simplest D tutorial I have found. He also has a tutorial on how to install
Derelict although I don't think that will help in your case. As far as GFX,
I've never heard of it. Is it a GUI library? Anyway, if it's written in C,
then it can be called from D.
"Daniel White" <twinbee41 at skytopia.com> wrote in message
news:f87rs0$1oja$1 at digitalmars.com...
>I am new to D, but would sing its praises to the hilt if I eventually used
>it over C/C++.
>
> To start, I would like to make a simple window where I can load an image
> (using the standard Windows load window), and where I can use a simple
> slider at the top to change the brightness of the loaded image. (the image
> would update on the fly as I altered the slider) Really simple, but uses
> GFX, and GUI components. Bear in mind that I want to manually change the
> pixel values myself (we can store all 24 bit pixels in a x*y*c array), and
> I want them updated and lightning speed.
>
> I want the best/fastest extensions that will allow me to make this program
> using D. Can anyone recommend which ones to use, and also if there's
> already a tutorial anywhere which will allow me to make something similar
> from absolute scratch. How would such a setup compare to the fastest way
> to do it in C?
>
> I like to use a basic text editor for coding, rather than a bloated
> developer's enviroment.
More information about the Digitalmars-d
mailing list