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.
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/
0
Thanks for the help