How to make a game engine in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a game engine in c++?

I have heard about lots of game engine like unreal engine cryengine , libgdx(cross platform), unity I know basics of c++ because I practiced c much. but I am very interested how to make a game engine in c++ on other language. I have tried matchmatical but how to control system functions like permission to graphics and voice...simple question is how to make a basic game engine...

8th Sep 2017, 10:37 AM
Atik
Atik - avatar
1 Answer
+ 1
for creating a game engine you will need to learn one of these librarys: openGL, SFML, SDL, Directx ( Windows Only ), etc.
8th Sep 2017, 10:50 AM
Cain Eviatar
Cain Eviatar - avatar