PS3 Not as Difficult to Develop For as Reported?

Medium_playstation-ps3

The Guardian has had to chance to talk to PS3 developers and get the scoop first hand about PS3 programming difficulties that have been reported. Here is an excerpt from the article:

First of all, as with Killzone developer Guerrilla in a recent online Q&A sesh, they were happy to point out that PS3 is not as complicated to write for as we’ve all been led to believe. Apparently, the machine’s use of Open GL as its graphics API means that anyone who’s ever written games for the PC will be intimately familiar with the set-up. In fact, PS3 employs a cut-down version named Open GL ES, which is even simpler – as Volatile’s lead PS3 programmer, Lyndon Homewood explained:

“ES is designed for things like set-top boxes and mobile phones, where you want the fundamental graphics but don’t need some of the fringe stuff that Open GL has. Because you’ve got that on PS3, it’s going to be much easier than the PS2 to get something up and running – there are hundreds of books out there for it, so you can do your background reading. All the documentation is there.”

We also got onto talking about how PS3 will deal with Cg – a version of the programming language C, which allows developers to code for advanced graphics processing units, specifically in the area of 3D shaders. (You can read more about Cg here and here). You may be completely up to spec on how this works, but Lyndon gives a decent beginners guide if not:

“Cg gives you a standard documented API for programming graphics chips. The main two segregations of Cg programming are the vertex shader and pixel shader. With the vertex shader you can act on 3D models at the vertex level, so for each triangle you can do something on each corner and then everything in-between is interpolated. So if you want to make your whole shape bigger, you can just push all the vertices out a bit. In this way you could, say, morph your character into a giant just by scaling up all the verts. It’s a lot easier to get to that point in the graphics pipeline.”

Read the full article [here].

Medium_playstation-ps3

The Guardian has had to chance to talk to PS3 developers and get the scoop first hand about PS3 programming difficulties that have been reported. Here is an excerpt from the article:

First of all, as with Killzone developer Guerrilla in a recent online Q&A sesh, they were happy to point out that PS3 is not as complicated to write for as we’ve all been led to believe. Apparently, the machine’s use of Open GL as its graphics API means that anyone who’s ever written games for the PC will be intimately familiar with the set-up. In fact, PS3 employs a cut-down version named Open GL ES, which is even simpler – as Volatile’s lead PS3 programmer, Lyndon Homewood explained:

“ES is designed for things like set-top boxes and mobile phones, where you want the fundamental graphics but don’t need some of the fringe stuff that Open GL has. Because you’ve got that on PS3, it’s going to be much easier than the PS2 to get something up and running – there are hundreds of books out there for it, so you can do your background reading. All the documentation is there.”

We also got onto talking about how PS3 will deal with Cg – a version of the programming language C, which allows developers to code for advanced graphics processing units, specifically in the area of 3D shaders. (You can read more about Cg here and here). You may be completely up to spec on how this works, but Lyndon gives a decent beginners guide if not:

“Cg gives you a standard documented API for programming graphics chips. The main two segregations of Cg programming are the vertex shader and pixel shader. With the vertex shader you can act on 3D models at the vertex level, so for each triangle you can do something on each corner and then everything in-between is interpolated. So if you want to make your whole shape bigger, you can just push all the vertices out a bit. In this way you could, say, morph your character into a giant just by scaling up all the verts. It’s a lot easier to get to that point in the graphics pipeline.”

Read the full article [here].

Add a Comment

Your email address will not be published. Required fields are marked *