PlayStation Studios removed PC references across most studio pages, adding credibility to the rumor that Sony may be changing its first-party PC release plans.
Yes, but making a port of a game to a console involves using the console’s APIs for things. Things like input, network, graphics and others can’t use generic libraries in consoles like you can on PC. If you’re making a game on a modern game engine a lot of that is abstracted away for you, but if you’re working on a game engine or a game written from scratch you need to take these things into consideration.
Yes, but making a port of a game to a console involves using the console’s APIs for things. Things like input, network, graphics and others can’t use generic libraries in consoles like you can on PC. If you’re making a game on a modern game engine a lot of that is abstracted away for you, but if you’re working on a game engine or a game written from scratch you need to take these things into consideration.