+ 1

How to write a 3d game and in which language

Please help

25th Dec 2018, 1:04 AM
Fan Of Mr Beast
Fan Of Mr Beast - avatar
3 Respuestas
+ 3
I recommend you start by looking into the many options for game engines. Unreal, Unity, Cry, Godot to name a few. There are many smaller engines on GitHub if you would like to go that route. If you would like to make an engine yourself, you can do that. I recommend C++ for engine development but these are also popular: C, Java, C#. I recommend you use a game engine though as that's a much easier, more reliable solution. That is, unless you are truly interested in engine development.
25th Dec 2018, 2:40 AM
Jordan Chapman
Jordan Chapman - avatar
+ 4
C# can be used to write 3D games and the game development engine "Unity" also uses C# https://www.sololearn.com/Discuss/1632345/?ref=app
25th Dec 2018, 1:15 AM
LynTon
LynTon - avatar
+ 2
Many language has third party library to create and display 3d object. Even with javascript in browser. I'm pretty sure you can find a lot of them with simple google search "display 3D with languageOfYourChoice". But using them is pretty much using 3d modeling softwre, but with no gui. Some understanding with 3d rendering will help you to understand a lot.
25th Dec 2018, 1:16 AM
Taste
Taste - avatar