Irrlicht on the PS3?
Irrlicht on the PS3?
I'm starting work on converting one of my Irrlicht games to the PS3...
Initially i thought i'd just have to convert the code into PSGL (a version of OpenGL ES) and get rid of Irrlicht altogether. But before i start on that probably mammoth and infuriating task i should probably ask if anyone thinks that there would be a simpler way of doing it.
Would irrlicht have a chance of running on the PS3? From what i've seen i think that's fairly unlikely. I saw a game on the PS3 which used ODE and Fmod but i suppose those libraries work a bit differently to graphics libraries maybe...
Anyhoo, any helpful thoughts on this would be great!
Initially i thought i'd just have to convert the code into PSGL (a version of OpenGL ES) and get rid of Irrlicht altogether. But before i start on that probably mammoth and infuriating task i should probably ask if anyone thinks that there would be a simpler way of doing it.
Would irrlicht have a chance of running on the PS3? From what i've seen i think that's fairly unlikely. I saw a game on the PS3 which used ODE and Fmod but i suppose those libraries work a bit differently to graphics libraries maybe...
Anyhoo, any helpful thoughts on this would be great!
I've been told by someone else that it's not possible to use Irrlicht on the PS3 without converting the engine i think
Yeah linux can be installed on the PS3 but i want to make the game work like... as standard, not via linux or anything, if you see what i mean. It's to go on one of the PS3 demo discs, if i can get it working
It's my Battleheart game that i'm trying to convert (see a link in the list of latest games for february on irrlicht's front page).
Yeah linux can be installed on the PS3 but i want to make the game work like... as standard, not via linux or anything, if you see what i mean. It's to go on one of the PS3 demo discs, if i can get it working
It's my Battleheart game that i'm trying to convert (see a link in the list of latest games for february on irrlicht's front page).
Hi
Check out http://en.wikipedia.org/wiki/Cell_microprocessor . It is the processor that the PS3 uses. A simple port of irrlicht would be a terrible waste of the SPE's processing power.
Check out http://en.wikipedia.org/wiki/Cell_microprocessor . It is the processor that the PS3 uses. A simple port of irrlicht would be a terrible waste of the SPE's processing power.
Pixel Shader 3.abraham wrote:i thought sio tested his reflection demo on ps3?
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
That's a good one
I expect to have someone working on a fix-point implementation of the software renderers soon. This will help porting to embedded and mobile systems. Getting Irrlicht running on the PS3 Linux should be no problem, just the perfomance might be poor. I don't know anything about the graphics internals of PS3, but since you have to become a commercial developer with high license fees to be paid I don't think that there will be official support for this platform.
I expect to have someone working on a fix-point implementation of the software renderers soon. This will help porting to embedded and mobile systems. Getting Irrlicht running on the PS3 Linux should be no problem, just the perfomance might be poor. I don't know anything about the graphics internals of PS3, but since you have to become a commercial developer with high license fees to be paid I don't think that there will be official support for this platform.
Plus, it's cheaper to buy a computer than it is a PS3. This whole craze was started when consoles were powerful and cost less thatn $300. Now, you can get decent computers that are cheaper than the consoles.
Last edited by Spintz on Sun Mar 04, 2007 2:33 pm, edited 1 time in total.
Nope, never said that, don't actually know anything about Cell Processors to be honest. However, I would think it's more important for a 3D Engine to worry about the GPU than the CPU. And what GPU is in the PS3 and can you get one that is as good or better for less than the $600 cost of a PS3?Luben wrote:So you'r saying the cell processor is _not_ powerful?