Can you make games with graphics with only C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can you make games with graphics with only C++

Making games in C++

13th Oct 2018, 3:42 PM
Yang Tuấn Anh
Yang Tuấn Anh - avatar
5 Answers
+ 2
short of using an engine like Unreal Engine (free and uses C++) .. You would have to write the graphic engine yourself. Youtube and Books will help
13th Oct 2018, 3:51 PM
LordHill
LordHill - avatar
+ 3
You could use libs(SFML, OpenGL, Vulkan, etc) and Game engines(UE4) for graphical games using C++, However if you want to start from scratch and write your own graphical lib or Engine then that requires some GPU manipulation right there. Pretty much but i suggest you actually study graphical rendering related things from Books or YouTube and also maybe Watch/Read a Tutorial related to Outputting Graphics. Good luck.
15th Oct 2018, 9:51 PM
idris
+ 2
Thank you <3
13th Oct 2018, 3:54 PM
Yang Tuấn Anh
Yang Tuấn Anh - avatar
+ 1
of course
13th Oct 2018, 3:44 PM
LordHill
LordHill - avatar
+ 1
How?
13th Oct 2018, 3:44 PM
Yang Tuấn Anh
Yang Tuấn Anh - avatar