digitalmars.D.learn - d programming environment tutorial.
- CrypticMetaphor (16/16) Dec 21 2010 Hello,
- Dmitry Olshansky (8/24) Dec 22 2010 Well, for D2 I use VisualD with MS Visual Studio Shell (free stripped
- Jacob Carlborg (6/22) Dec 22 2010 For an editor I can recommend E, it's bascailly a TextMate copy for
Hello, I've known D for about two weeks right now, and I kind of like it, a lot, but, I had a lot of trouble figuring out how to set up a programming environment. I mean, there were a few choices but some were abandoned, some things were only for D1(tango??) and others were so bug ridden that I could not really use without wanting to punch a hole in a wall every 10 minutes :P. Anyway, I did manage to set up a satisfactory programming environment with programmers notepad. I know I'm not the best programmer here by a long shot, but I still like to support D so I made a video tutorial on how to set it up: http://www.youtube.com/watch?v=OD8dMclELgI I've set up a basic SDL project with a little help of Derelict, I think I'll be making more tutorials in the future, It'll be about simple things like, programming a particle system in d or maybe a simple ray tracer. Don't have anything planned out yet, But whatever, I can think ahead later! Hope you find my video useful.
Dec 21 2010
On 22.12.2010 4:26, CrypticMetaphor wrote:Hello, I've known D for about two weeks right now, and I kind of like it, a lot, but, I had a lot of trouble figuring out how to set up a programming environment. I mean, there were a few choices but some were abandoned, some things were only for D1(tango??) and others were so bug ridden that I could not really use without wanting to punch a hole in a wall every 10 minutes :P. Anyway, I did manage to set up a satisfactory programming environment with programmers notepad.Well, for D2 I use VisualD with MS Visual Studio Shell (free stripped down version of Visual Studio). Being C++ convert I find it very comfortable, plus nice debugging experience and profiler support built-in. Take a look: http://dsource.org/projects/visualdI know I'm not the best programmer here by a long shot, but I still like to support D so I made a video tutorial on how to set it up: http://www.youtube.com/watch?v=OD8dMclELgI I've set up a basic SDL project with a little help of Derelict, I think I'll be making more tutorials in the future, It'll be about simple things like, programming a particle system in d or maybe a simple ray tracer. Don't have anything planned out yet, But whatever, I can think ahead later! Hope you find my video useful.-- Dmitry Olshansky
Dec 22 2010
On 2010-12-22 02:26, CrypticMetaphor wrote:Hello, I've known D for about two weeks right now, and I kind of like it, a lot, but, I had a lot of trouble figuring out how to set up a programming environment. I mean, there were a few choices but some were abandoned, some things were only for D1(tango??) and others were so bug ridden that I could not really use without wanting to punch a hole in a wall every 10 minutes :P. Anyway, I did manage to set up a satisfactory programming environment with programmers notepad. I know I'm not the best programmer here by a long shot, but I still like to support D so I made a video tutorial on how to set it up: http://www.youtube.com/watch?v=OD8dMclELgI I've set up a basic SDL project with a little help of Derelict, I think I'll be making more tutorials in the future, It'll be about simple things like, programming a particle system in d or maybe a simple ray tracer. Don't have anything planned out yet, But whatever, I can think ahead later! Hope you find my video useful.For an editor I can recommend E, it's bascailly a TextMate copy for Windows: http://www.e-texteditor.com/ . It supports TextMate bundles and there's a D bundle available. -- /Jacob Carlborg
Dec 22 2010