DSFML
DSFML copied to clipboard
Tutorials for common IDE's
I should write some tutorials for IDE's that people are most likely going to use.
Visual Studio (with VisualD plug in) Monodevelop (With the Mono-D plug in) Code::Blocks (Does this one have a plug in?)
Looks like Code::Blocks does have a plugin (or native support), according to the D lang wiki: http://wiki.dlang.org/CodeBlocks
I agree that this would be another excellent step in the tutorial process.
I'd also suggest a tutorial for dub--which would cover the DDT plugin for eclipse.
I think that would also be a good idea. It's unfortunate that there aren't more IDE plugins that integrate with DUB.
I got curious today as to using Code::Blocks with DSFML, and decided to write up the steps I went through to get it working, and added it to my tutorials repo. It's far from perfect and probably ignores some useful features, but at least it should help get someone started.
@aubade There is a dub tutorial already. It isn't the greatest though. All of the tutorials could use a little updating probably.