Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
438 views

Duplicate Referrer Header - HTTP.sys barfs

I have been testing the PS3 browser (NetFront) with embedded Flash components on a web page and there seems to be a rather serious bug with the way that any requests from Flash are issued. The browser ...
6
votes
4answers
2k views

What does programming for PS3's Cell Processor entail?

How is programming for the Cell Processor on the PS3 different than programming for any other processor found on a normal desktop? What kind of programming paradigms, techniques, and practices are ...
6
votes
7answers
492 views

How can I learn about cross platform game development?

How do companies like Valve manage to release games to all three major gaming platforms? I am interested in the best-practices regarding code sharing specifically between Windows, Xbox360 and PS3, ...
6
votes
5answers
2k views

How to Cross Compile for Cell Linux on the PS3 from Windows?

How can a cross compilation setup be achieved to allow compiling Cell Linux programs on a Windows PC using the cygwin toolchain? The cygwin tools provide a GNU compiler to use in building the cross ...
5
votes
9answers
2k views

Is the PS3's Cell architecure the wrong platform to be learning game programming?

I have an opportunity to attend Sony licensed training classes to learn about programming with the PS3's cell architecture. However I only have a rudimentary knowledge of C++ and was wondering if ...
5
votes
2answers
1k views

How can I buy the XBox 360 and PS3 SDKs?

Does anyone know how I can purchase the above SDKs? Calling the standard Sony / Microsoft Sales numbers does not seem to get me anyone who knows what I'm talking about.
4
votes
2answers
208 views

Commercial video games

What language are ps3 and xbox 360 game written in? Are the games written in the same language for both systems? Also is the code something you could run on a computer?
3
votes
4answers
78 views

Professional Development Tools for Xbox 360 and PS3

I was curious to know what development tools do Xbox 360 and PS3 game developers use (I know that there are expensive SDK's to access professional development on these consoles). So, do Xbox 360 devs ...
3
votes
2answers
1k views

PS3 Cell Programming

I'm currently learning how to program the Cell processor on the PS3 (via the Linux Cell SDK) - including the basics of SIMD, multithreading SPE etc. I hope to create a simple 3D demo app out of all ...
3
votes
1answer
1k views

Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?

I have a PS3 that I've installed YDL 6.1 and SDK 3.1 on and everything seems to be working fine, as I can compile and run the examples. However, I've run into some problems with writing programs of my ...
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
1answer
243 views

Protocol buffers on Game Consoles

Have anyone tried google protocol buffers on game consoles? I'm more interested in High End consoles such as PS3 or Xbox360 than handheld systems. Things I'm interested in hearing about are: Does ...
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
3answers
2k views

PS3 Games development

Just wondering how can someone start making games for ps3, considering that he/she knows c++ considerably well, there aren't any online tutorials or books (at least I can't find any). thanks for ...
2
votes
1answer
66 views

JS Error Console on PS3?

Does anyone know if it's possible to bring up an error console in the P3 web browser? I'm trying to debug a site that isn't rendering on the PS3.
2
votes
8answers
809 views

Make a cosine table with the gcc preprocessor

I wish to make a cosine table at compile time. Is there a way to do this without hard coding anything?
1
vote
1answer
95 views

How can I build hidd on android?

I'm trying to get a PS3 controller to connect to Android. This is possible on linux, so it should in theory be possible on Android. Very out-dated instructions for Ubuntu are here. Bluez has changed ...
1
vote
1answer
146 views

GWT and PS3 browser (Netfront)

Is anyone achieved loading GWT compiled app in PlayStation 3 (Netfront) browser? I have tried to compile IE6 only permutation, but PS3 did not pick it up. I think essentially the question is how to ...
1
vote
3answers
471 views

Is there a way to communicate with the PS3's bluetooth connection in Java

I've searched extensibly but haven't found anything useful. I am wondering if it would be possible to create a remote control app for a smartphone. Some older forum posts I've read said that it is ...
1
vote
0answers
110 views

Sniffing external(Ps3) Usb port?

I was interested in seeing how my PS3 synchronised with its sixaxis controller. Whenever you want to use a new controller on the PS3, you have to pair it with the ps3 via USB. So i thought i'd try ...
1
vote
3answers
443 views

Largest representable negative floating-point number

What is a platform-independent way of specifying the largest representable negative floating-point number? We found an algorithm that broke when run on a PS3's SPU, but worked fine when compiled for ...
1
vote
1answer
502 views

Are there are any Java libraries to talk to a PS3 controller?

I received a Mindstorms NXT set for Christmas. The first thing I did was install lejos on it so I can program the thing in Java. I built my first robot which basically drives until it gets close to ...
1
vote
3answers
300 views

How to cross compile for the PS3 from Mac OS X?

Has anyone done this before, and if so how do you setup the development environment?
1
vote
3answers
892 views

Getting game stats from XBox Live and PSN

Is it possible to get game stats (who's playing, who wins, etc) from games that are played on XBox Live and PSN? Are there any additional constraints, such as: Does the game need to support some ...
1
vote
2answers
364 views

libspe vs. libspe2? What's the difference?

I've been doing some experiments with the Cell processor in a PS3 that I have sitting around and I've run across an issue. It appears that there are two versions of the main SPE management library, ...
1
vote
3answers
3k views

Developing an application for the 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 ...
0
votes
0answers
21 views

Xbox, PS3, Wii Parental lock API/SDK

Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked) Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app ...
0
votes
0answers
17 views

Rendering Pipeline DIfferences in Console and PC?

What's the difference between a modern console rendering pipeline and a PC pipeline?
0
votes
1answer
110 views

PS3 Browser Capabilities

I am trying to find out what the PS3 web browser is like in terms of CSS, JS, Flash, etc. I found some articles saying it is pretty bad, but these are several years old and the PS3 software is ...
0
votes
1answer
187 views

Building an HTML5 app for PS3

I would like to build an HTML5 five app on the PS3 similar to this: http://blog.us.playstation.com/2010/10/14/netflixps3/ I am looking for some resources to get started on the PS3 (not looking for ...
0
votes
1answer
507 views

Javascript not working on PS3 Browser

I have recently put an advertising box that overlays the embedded videos on my website. Users are forced to click the "CLOSE TO PLAY" button in order to close the advertisement overlay and play the ...
0
votes
1answer
297 views

ps3 vs xbox 360 development perspective [closed]

Why is it that developing games in ps3 considered costly when compared to xbox 360? What are the stages a company has to go through to release a ps3 game when compared to releasing a xbox 360 game? ...
0
votes
1answer
70 views

Can't remove scrollbar in PS3 NetFront browser

I can't remove the vertical scrollbar in PS3 NetFront browser. Even where there is no content in the page, a greyed out scrollbar still appears. I have tried messing around with the overflow property ...
0
votes
0answers
213 views

Showtime Mediacenter for PS3 Video Artwork

I've been using https://github.com/andoma/showtime for a while now on the PS3. It is a great application but the thing that lets it down is that it does not display artwork for video files. There ...
0
votes
0answers
52 views

looking for a way to convert any .gtf file to jpg/png

.gtf files are texture files for dynamic PlayStation 3 themes. I was wondering if there is a way to convert them to jpg/png, any help regarding unpacking .gtf and repacking it in .jpg/.png. .gtf ...
0
votes
0answers
252 views

Xbox and ps3 API

The client have given a requirement like this he wants a site in which users can invite another user on the site for a game in either consoles ie xbox or ps3. If they meet online and play a game then ...
0
votes
2answers
804 views

printf function doesn't work in OpenCL kernel

Hi I trying to debug OpenCL kernel code on PS3. Here is the code: #pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable int offset() { return 'A' - 'a'; } __kernel void ...
0
votes
1answer
103 views

3d Graphics in PSL1GHT

Is there any way of having 3d graphics in PSL1GHT? If so, please explain how to set up PSL1GHT to work with 3d graphics. I don't know much about programming in general, so please be specific. Thanks ...
0
votes
1answer
208 views

What is the PS3 Root key/what does it do/how is it used?

I have been reading about this Sony vs GeoHot case. I however don't understand what this root key is (I program mainly on windows, linux is blank to me).
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
0answers
82 views

ps3 applications development [closed]

Possible Duplicates: PlayStation3 application development ps3 applications development. After we install Linux on a PS3, what tools are needed to develop applications (or) games on Linux? ...
0
votes
0answers
108 views

ps3 applications development [closed]

Possible Duplicate: PlayStation3 application development hi everybody,these forums said that the only way to develop ps3 games is through linux,can anyone tell about this elaborately,ie ...
0
votes
0answers
234 views

PlayStation3 application development

is it possible to create PS3 applications on the Windows platform, if yes what tools are needed, can you clarify this please.
0
votes
1answer
281 views

Programming the PS3 Controller for User Input

I need to begin programming the input for the PS3 controller. Right now I'm working on the cell simulator and have been debugging code on there for some time now. I'm ready to move on to the next step ...
0
votes
1answer
568 views

Yellow Dog Linux 6.1 and PS3 GameOS Versions?

I'm working on installing linux on a PS3 to do some development work and I've run across a bit of a snag. The current version of the firmware on my PS3 is 2.50. The Yellow Dog website specifically ...
-1
votes
1answer
175 views

redirect PS3 via user agent

I want users to be redirected to a different webpage if they are using a PS3 here is the code I have been trying to use <script language=javascript> <!-- if ...
-1
votes
6answers
913 views

ps3 applications development

can anyone tell what to do develop ps3 applications (or) games after we install linux on ps3. and other thing is that can we develop ps3 games on window platform for that what tools needed,its little ...