+ 2
Please reply which programming language should be used by me to lay out 2/3d games?
1.html 2.css 3.JavaScript 4.java 5.python 6.more
6 ответов
+ 2
Python can be used for 2D games, but is highly not recommended for 3D. Java and some C-Family members are the way to go for all game types.
+ 14
Ekhm... you definitely *can* do 3D games in Python, like:
https://www.instagram.com/p/BQ-8ubDDTNi/
(all done in pyglet)
But in order to have much greater performance and library support, you can try Unity (C#) or Unreal (C++) engines, thought up specifically for 3D animation.
+ 3
I recommend Unity, it uses C# and is very beginner friendly. Having some experience in c++, java, or another OOP language and some sort of experience in a 3d environment(3ds max, blender, etc) is encouraged but not mandatory.
+ 1
you could you game design engines like Unity or Unreal engine and check out what languages they support .but typically C++ is one of the best
0
It kind of depends on scope, target,goals and experience.
Are you asking as a general question or do you have anything more specific in mind?
0
I use C++ and javascript to make games see: https://github.com/borislavvv00