Tagged Questions

2
votes
4answers
107 views

Optimal datafile format loading on a game console.

Hello. I need to load large models and other structured binary data on an older CD-based game console as efficiently as possible. What's the best way to do it? The data will be exported from a Python …
-4
votes
0answers
67 views

Playstation Network [closed]

Someone hacked into my account and changed my information...password and dob. Now I can't get in. How can I hack into my own account and change everything back?
1
vote
2answers
108 views

Know of any cool projects done with Parallel Programming and/or the Cell processor?

I've been doing some messing around with the cell processor on the playstation 3 and, having made a few small programs (finding distances between every point in two lists of points ,mandelbrot set …
9
votes
2answers
672 views

Develop for PlayStation 3 Linux

I'm interested in developing software for Sony PlayStation 3 consoles which contains a multi-core Cell processor, targeting any PS3-compatible Linux distribution. "A single PS3 performs better …
7
votes
2answers
673 views

PlayStation 2 game development on any console?

I'm interested in creating software/games for Sony PlayStation 2 consoles since they contain powerful processors for graphics (GPUs), floating-point calculations and general CPU. I have acquired a …
6
votes
9answers
694 views

How to create a Linux cluster for running physics simulations in java?

Greetings, I am developing a scientific application used to perform physical simulations. The algorithms used are O(n3), so for a large set of data it takes a very long time to process. The …
2
votes
2answers
826 views

Difference between winsock and linux sockets

I'm developing an FTP-like program to download a large number of small files onto an Xbox 360 devkit (which uses Winsock), and porting it to Playstation3 (also a devkit, and uses linux AFAIK). The …
3
votes
4answers
336 views

Have you made interesting use of the playstation 3?

I'd like to hear about interesting projects making use of playstation 3 (ps3) hardware.
3
votes
3answers
707 views

Development resources for Mono on PS3

I have been considering taking the plunge and installing Linux on my Playstation 3. As C# is my current language of choice, the next logical step would be to install Mono. I have done a little …