+ 3
which is the best programming language to learn to make 3D games
3 Antworten
+ 6
I'm a Unity developer, so I'm going to say C# from my honest bias opinion. ;)
There are many GOOD languages you can use, so it really isn't a matter of best, but a matter of what engine you plan to use (or if you make your own). There are many great engines out there.
If you're planning to use one of the two giants (Unity/Unreal), then I would focus on either C# for Unity or C++/Blueprints for Unreal. You can't go wrong with either engine, I've utilized both and they're both solid engines.
So, what type of game you planning to make? I'm in the process of transitioning from software engineering over to game development.
+ 9
C#
+ 3
you could do what @Netkos Ent said or you could learn C++ ( which could help you with Unreal engine ) and OpenGL, and create your own engine from scratch and trust me it'll be MUCH funner and frustrating.