Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing an application for the PS3

Tags:

ps3

Is it possible to create an application (not a game) on the PS3? I know that there are ways to install Linux and all that but I was hoping there's something which you can just download from the net and run. I'd want the app to run like a server/daemon and be able to access the network.

like image 748
Abdullah Jibaly Avatar asked Jan 24 '09 06:01

Abdullah Jibaly


People also ask

Can you add apps to a PS3?

In order to install US apps on your PS3 you will need an American PS3 account. The process is very simple: Go to http://us.playstation.com/psn/ Click Join PSN in the top right corner.

What architecture did the PS3 use?

Cell is shorthand for Cell Broadband Engine Architecture, commonly abbreviated CBEA in full or Cell BE in part. The first major commercial application of Cell was in Sony's PlayStation 3 game console, released in 2006.

Which processor is used in PS3?

The PS3 uses the Cell microprocessor, which is made up of one 3.2 GHz PowerPC-based "Power Processing Element" (PPE) and six accessible Synergistic Processing Elements (SPEs).

What made the PS3 hard to develop for?

The CELL processor has multiple cores, but every core has little bit different function. So the application requires design similar to using multiple GPUs. GPU programming itself isn't easy, even in the era of OpenCL, so multiplying complexity cannot make the development any easier.


2 Answers

You might find the following to be of interest.

From StackOverflow:

  • Develop for Playstation 3 Linux
  • Development Resources for Mono on Playstation 3
  • How do I Code a Mono Daemon?

Programming high-performance applications on the Cell BE processor

  • Part 1: An introduction to Linux on the PLAYSTATION 3
  • Part 2: Program the synergistic processing elements of the Sony PLAYSTATION 3
  • Part 3: Meet the synergistic processing unit
  • Part 4: Program the SPU for performance

Interesting, but probably not what you're looking for:

Learn and Compete in Programming the PLAYSTATION®3 Cell Processor (source)

like image 156
Sampson Avatar answered Sep 21 '22 14:09

Sampson


The only way you can program for the PS3 is through Linux. You don't get access to the "real" SDK unless you can secure a contract with Sony, and you're making a AAA game.

Everyone else have to target Linux.

like image 37
jalf Avatar answered Sep 21 '22 14:09

jalf