How to develop 3D game by using C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to develop 3D game by using C++?

10th Apr 2017, 1:07 PM
Nagendra K Gowda
Nagendra K Gowda - avatar
4 Answers
+ 8
You're asking something that takes years to do, with a team of experienced people.
10th Apr 2017, 1:11 PM
Karl T.
Karl T. - avatar
+ 8
use unreal engine in visual studio p.s. it is very large
10th Apr 2017, 1:16 PM
Theprogrammers
Theprogrammers - avatar
+ 4
first and foremost, your question is so much general and somehow vague in terms of buiding a 3D game. Please consider that, the core of every single 3D and lots of commercial 2D games is their graphics engine or renderer-- generally just called engine by folks -- which is chiefly has been written in c++ (even in assembly. e.g. the physics simulator of Quake Engine). Another important areas of coding in terms of 3D game engines are: Physics engine AI engine Sound engine animation handler scripting engine networking handler memory management system and so much more, depending on the level of complexity and expectation.
11th Apr 2017, 8:58 PM
Babak
Babak - avatar
+ 1
By using some graphics library in c++
10th Apr 2017, 1:11 PM
Alex
Alex - avatar