tags:

views:

866

answers:

3

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.

+2  A: 

You might find the following to be of interest.

From StackOverflow:


Programming high-performance applications on the Cell BE processor


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

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

Jonathan Sampson
+1  A: 

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.

jalf
Technically you can also hook into the boot loader and run your application directly on the hypervisor, meaning your application needs to be written in assembly. Of course this far more tedious, but it's been done.
codelogic
Fair enough. I was thinking of officially supported ways to code for it. :)
jalf
A: 

You can also develop a BD-Java (BD-J) application for PS3.

derekwei