+ 1
Language for Graphics .
I have learnt C++ and created some text based games using it .But games are not so fun without graphics. My friends told me that C++ is not good if you want to add graphics so can you please recommend me which language should i learn for adding graphics?
4 Respuestas
+ 3
i am not sure that i have understood what you want but you can learn c# and use it in unity to make 3d and 2d games(you can use unity to program for android also).
i am sure that you will enjoy programming with unity.
0
maybe look into SFML or learn how to create your own graphics library with directx. there are lots of options for graphics with c++.
0
openGL, generally, but save yourself the pain and get it abstracted into libgdx or even light weight Java games library lwjgl
0
i were thinking about learning a graphic engine in C++ please recommend which could be the best to start with ?