What do you use for game development using c++ other than Ue4 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do you use for game development using c++ other than Ue4

I'm confused on what I should use for small application c++ games. I have ue4 but I want something smaller scale for a flash game or something like that.

10th Dec 2017, 3:56 PM
Nate Bowles
2 Answers
+ 1
If it's only 2D, you can use SDL, it's a great framework for creating 2D games in C++ without an engine. https://www.libsdl.org http://lazyfoo.net/tutorials/SDL/
10th Dec 2017, 5:05 PM
aklex
aklex - avatar
0
Thanks for the help
10th Dec 2017, 5:44 PM
Nate Bowles