fguihen Posted September 18, 2004 Posted September 18, 2004 i have to program some men, in 3d , and im using c#. i know everyone says use c++ ,but im not gona,so i need to know if i can get decent 3d graphics from c# and directX9 (managed)?thanks Quote
LordAsriel Posted September 18, 2004 Posted September 18, 2004 yes very decent i use c# and i have no prob of speed however i wrote my sample 4x more fast than with c++ Quote
Aragorn7 Posted September 18, 2004 Posted September 18, 2004 yes very decent i use c# and i have no prob of speed however i wrote my sample 4x more fast than with c++ C# and VB.NET should be the same speed since they use the same language (more or less). C++ will almost always be faster when it comes to 3D graphics, but I have seen some speed tests that say otherwise. http://216.5.163.53/DirectX4VB/Tutorials/GeneralVB/GM_NETvsVB6.asp Quote
ThePentiumGuy Posted September 22, 2004 Posted September 22, 2004 Yeah you can, there's a lot more resources for unmanaged though... Your app will definately go faster in Unmanaged C++, I guess it depends on what you want: RAD (Rapid App Dev) or Sheer Speed (if you're rendering thousands of polygons per frame and you NEED that speed). -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.