+ 3
What's better for game developing? CPP or Phyton?
And can I do make a single program with this two languages? An CPP for GUI, and Phyton for generator?
3 Answers
+ 6
c and Python is possible use cython framework of python. Its support python functions,code for c programming concepts.
Use pygame for develop games in python.
+ 3
c++ more poverfull lang for game developing (with unity engine can build 3D games in solo) , but python usefull easy for games plased in browsers.
+ 2
Both are possible but C# is getting more popular for games now, especially for Unity. You can use both C# and Python or C++ and Python where it makes sense. C# and C++ together doesn't make much sense in one application in my opinion but it's possible.