|
-
March 23rd, 2002, 02:22 PM
#1
Which language?
which .net language would be better for making 3d games?
-
March 26th, 2002, 04:08 PM
#2
Re: Which language?
A couple disconnected comments....
- Ultimately the language you use in .NET won't matter as much as using the .NET Framework Classes (or Base Classes). You should use the language you are most comfortable with.
- Having said that, many hard-core games that rely on fast execution tend to use C or C++.
- If using Microsoft libraries for game programming, then you'll probably want to use DirectX. DirectX wasn't included as a part of the base class libraries in this first release of .NET. DirectX is, however, what I would start with if I were using Microsoft technologies for game development.
- <disclaimer> I'm not a game developer.
Brad!
Site Manager, CodeGuru.com
Check out my newest book (Sams Teach Yourself C# in 21 Days):
http://books.internet.com/books/0672320711
-----------------------------------------------
Brad! Jones,
Yowza Publishing
LotsOfSoftware, LLC
-----------------------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|