vote up 2 vote down star

What are the advantages of each over the other and is one easier than the other to learn?

flag

3 Answers

vote up 2 vote down

Note: I develop with XNA and have never heard of DarkBasic until now.

XNA offers support for Xbox and Zune platforms and has a large community and is supported officially by Microsoft.

XNA documentation and tutorials are plentiful and many 3rd party sites and blogs exist around it.

XNA is in C# which I find much more intuitive as a programmer compared to VB.

After about 10 hours of reading and doing small tutorials for XNA I felt capable of coding nearly any type of game quickly and efficiently. I find the basic architecture very intuitive.

link|flag
vote up 1 vote down

DarkBasic is older, based in basic which is probably not a great idea for non-students, and costs money, though very little. XNA is .NET based, generally C# based, and can target some devices like XBox and Zune. Personally, I'd recommend XNA over DarkBasic because you get very solid tools (IDE, debugger) from Microsoft. They're about similarly hard to learn.

link|flag
vote up 1 vote down

As has been mentioned elsewhere, XNA allows easy development for the Xbox 360 and Zune platforms in addition to Windows. XNA also is built on top of C# whereas DarkBASIC seems to use a propriety BASIC-like language (as you would expect).

I'm not sure how crazy I am about the prospect of spending lots of time developing in a language of that sort, as I view my XNA projects as a way to sharpen my C#/.NET knowledge while learning the new XNA framework tools at the same time. (But that's just personal preference, of course.)

Unless there's some major upside to using DarkBASIC that I haven't seen, I would be pretty comfortable saying that XNA has an advantage over DB in almost every way.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.