What is the easiest language to start learning 3D programming with?
I already have a background in Visual Basic, Java, and C++ but only with 2D gaming and software programming. Is there any other language that is easier to learn 3D programming or which one is best to start learning with?
Public Comments
- I'd have said Flash, but since you have C++ experience, look into DirectX or OpenGL.
- Assuming you're on a Windows PC, I would highly recommend C#, because you won't have to worry about so much that you need to worry about with C++, and the syntax is similar enough that the transition isn't too bad. The caveat with C# is that you should also go to http://creators.xna.com and download the Microsoft XNA Game Studio, which takes a lot of the frustration away from game development and lets you focus on the games themselves (or you can use it as a sandbox for 3D development). Yet another benefit is that that site contains tons of video tutorials as well as written ones. Good luck!
Powered by Yahoo! Answers