0
Which language is used in PC games?
Means, What are the programming languages can be used in building PC games and graphics?
3 Antworten
+ 4
C++ is the most popular and performant programming language for making high end video games for PC with C also being popular in older games. You can use UE4 to make games on your own. There are also countless third party libraries for C++ graphics out there. A simple Google search will show you most of the good ones.
Many games are also made with C# and Unity. This is an easier path to take for smaller games but is not as fast.
+ 5
most common languages are c++ and java , but there are many other popular languages too like c# and unity
0
How to make graphics with C++ ? Is it is possible?