| View previous topic :: View next topic |
| Author |
Message |
jonwil
Joined: 12 Nov 2007 Posts: 18
|
Posted: Thu Dec 20, 2007 5:01 pm Post subject: Second Life on PS3 |
|
|
| How much work would need to be done to get Second Life working on PS3 linux? Is it even POSSIBLE to make the open source version work? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Fri Dec 21, 2007 6:45 am Post subject: |
|
|
| Sure, just compile it and fix any porting issues as necessary. You'll be limited to slow Mesa software 3D though at the moment, so it'll probably not going to be playable. |
|
| Back to top |
|
 |
ldesnogu
Joined: 17 Apr 2004 Posts: 95
|
Posted: Fri Dec 21, 2007 6:32 pm Post subject: |
|
|
I found on the Wiki of Second Life that some of the required libraries are only available in binary format, so I guess either it's impossible to get it to work on PS3, or you would have to remove some features. _________________ Laurent |
|
| Back to top |
|
 |
jonwil
Joined: 12 Nov 2007 Posts: 18
|
Posted: Sat Dec 22, 2007 12:18 am Post subject: |
|
|
From reading the second life wiki, the only binary libraries that matter are:
1.FMOD (can replace with other sound libraries and other audio format decoders such as FFMPEG)
2.QuickTime (can replace with other audio/video format decoders such as FFMPEG)
The only other binary libraries listed are CG (which isn't used by the normal client), a closed source JPEG2000 library (an open source alternative is listed on the same page) and a windows only memory management thing (which can be turned off in any case)
So really all you need to do is to port Second Life from FMOD to something else that runs on PS3 linux (or disable FMOD altogether and have no audio) and implement FFMPEG (or some other open source AV format/codec library) to play back audio and video. If Second Life was ported to a cross-platform (and available on PS3) sound library that didnt suck, it might be interesting to try and see if anyone else non ps3 is interested in the work as a replacement for the proprietary FMOD librariy. |
|
| Back to top |
|
 |
|