By which Programming language i can make good graphics for games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

By which Programming language i can make good graphics for games

I really want to make a game with realistic graphics. So,which Programming language will I use to do this?

9th Mar 2018, 1:01 PM
⭐GameBoy⭐
⭐GameBoy⭐ - avatar
4 Answers
9th Mar 2018, 1:08 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 10
in most languages you can include libraries that are specilizied for game development. But C# and C++ are best for games i think
9th Mar 2018, 1:14 PM
Vukan
Vukan - avatar
+ 3
C#
9th Mar 2018, 1:04 PM
Ebonam Ifesinachi
Ebonam Ifesinachi - avatar
+ 1
Just for reference: Good graphics consist of assets (previously mentioned) and effects (eg: lighting). Just about _all_ major languages have an AAA engine for which there's a binding for that engine. So the real question, asked 2^K times is "What's the best engine" and that comes down to needs. Obviously I'm enchanted by Unreal the most, but you have Unity, Ogre, and many others. Research them, what they can do, if the source is accessible, pricing model, games made with them, etc. Back to languages, C++ is industry de facto and therefore most engines are designed for it. Therefore, in spite of the ever-changing specs, C++ is probably the best choice given how modern engines are designed.
9th Mar 2018, 9:58 PM
non