+ 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?
5 odpowiedzi
+ 10
in most languages you can include libraries that are specilizied for game development. But C# and C++ are best for games i think
+ 3
C#
+ 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.