How is programming for a game console different from programming for the PC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How is programming for a game console different from programming for the PC?

What programming languages are used? How come into the equation the specialized hardware in consoles? Do still programmers take account of specific hardware features in consoles like they did before the new wave of x86-CPU consoles, or now it's all the same for both platforms?

2nd Jul 2017, 6:00 PM
Martín Lehoczky
Martín Lehoczky - avatar
2 Answers
+ 5
Most consoles have their own API's separate from the PCs implementation. The only ones that use the same API as the PC version is the Xbox consoles. They all rely on DirectX, just like for Windows.
3rd Jul 2017, 1:58 AM
Karl T.
Karl T. - avatar
+ 2
Game console usually has its specific APIs that you can use in your program. In addition, there are usually more accessories and resources. Also the system could be different from the PC.
2nd Jul 2017, 6:11 PM
Zhuoyu Wang
Zhuoyu Wang - avatar