Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
2k 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 ...
6
votes
2answers
2k 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
8answers
2k views

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

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 application runs a ...
5
votes
2answers
2k 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 ...
4
votes
4answers
183 views

Optimal datafile format loading on a game console

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
3answers
2k 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 ...
3
votes
4answers
478 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.
2
votes
2answers
526 views

Getting Playstation 2 dualport usb adapter to work in Windosw 7 64-bit

I have a: Play.com USB Dual PS2 to PC Converter XP made by Joytech It is pretty old and the driver CD is for XP. It sometimes works in 32-bit with EMS 32-bit Vista beta drivers. Back to 64-bit: ...
2
votes
1answer
39 views

are there DOM events for controller presses on the PS3?

I want to develop a site which is easy to use from a Playstation 3 PS3 game console web browser. I thought it would be good to make screen actions on button presses on the console. I can find no ...
2
votes
1answer
101 views

How can I make a Playstation 3 Game card?

I want to make a ps3 card like this one: http://gamercards.exophase.com/2516.png using the data from the ps3 network site, this one ...
1
vote
2answers
226 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 ...
0
votes
0answers
63 views

Bash Pcsxr - Simple Launcher

i have make this Simple PCSXR Loader config Script . this must requiered folder and files inside for example /home/my_user/.pcsxr/config Requiere a folder with "Gamename" and with "configurations ...
0
votes
0answers
85 views

Rogero BM Manager copy unable

It's strange, but Rogero BM Manager option copy isn't work, don't copy anything on HDD from USB. Somebody meet this problem? How to solve this problem?
0
votes
1answer
502 views

C# Gamepad Input/Output Class

I am trying to design a little program that takes input from two PS2 controllers from a USB converter. I would like to take input from all the buttons including pressing the joysticks in (L3, R3), and ...