Fuzzy Bear
March 23rd, 2002, 01:22 PM
which .net language would be better for making 3d games?
|
Click to See Complete Forum and Search --> : Which language? Fuzzy Bear March 23rd, 2002, 01:22 PM which .net language would be better for making 3d games? Brad Jones March 26th, 2002, 03:08 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |