134w ago -
Update:
jonlimle has now released a
PSL1GHT OpenGL 3D Robot PS3 Demo and a
PSL1GHT OpenGL 3D Roller Coaster Demo with videos below.
Just over a month ago an open-source PlayStation 3 Toolchain was
announced, and today
AerialX tweeted (linked above) news that he has started an open-source PS3 SDK named PSL1GHT for homebrew developers along with sharing a
Kammy PSL1GHT Port.
Kammy is a system for loading patches to lv2 (PlayStation 3's Game OS) from a user application, using PSGroove or any other implementation of the exploit that adds the peek/poke syscalls.
This news comes not long after the recent
PS3 SDK 1.92 and
PS3 SDK 3.41 Sony leaks, and below are some further details from the ReadMe file, as follows:
PSL1GHT is a lightweight PlayStation 3 homebrew SDK, provided as a temporary way to compile user apps to run from the XMB using the open-source PS3 toolchains available.
Environment
A GCC toolchain that supports the PowerPC 64bit architecture is required to build PSL1GHT and its samples. This (http://www.bsc.es/plantillaH.php?cat_id=579) is the only toolchain that I test with and can guarantee support for. PS3Chain (http://github.com/HACKERCHANNEL/ps3chain) probably works just as well, as should marcan's
AsbestOS (http://git.marcansoft.com/?p=asbestos.git) toolchain. Some toolchains will probably already use newlib, and will make the included newlib unnecessary.
Building
Run make install in the psl1ght directory to build it all, and make sure to set the environment variable $PSL1GHT to the folder where you wish to install it to, for example...
cd /path/to/psl1ght.git
export PSL1GHT=/path/to/psl1ght.git/build
make
make install
... for a local build of it. Ensure that $PSL1GHT is set when you are building any of the examples or other apps that use PSL1GHT.
Status
At the moment, PSL1GHT has basic libc support, with stdout debugging, file access, etc. You can call lv2 syscalls and do some fun stuff with that, but it doesn't link to PS3 dynamic libraries yet which is where all the exciting functionality comes in. Also, a make_fself equivalent is still missing.
In related news,
phirenz has made available a
PSL1GHT Cairo Animation Test .PKG File with source code along with a video below!
Finally,
Darkmath has
released a
Mandelbrot PSL1GHT Homebrew/Graphics PS3 Demo with a video preview also below.
nVidia didn't make Cg open source ever, so on Linux it's a binary package but you will get the headers, which you'll need to do any advanced 3D stuff. And learn some Cg whilst at it (as opposed to GLSL, it's not very different).
It would be nice if someone told me in 'normal language' what we or the devs can do with this
+1 anyway
Could you make a homebrew app, that is similar to the FTP server, but something that can work without a blu-ray drive?
That would be awesome! as I cant seem to get any homebrew apps to work, keep getting a black screen after I start any app. And I have tried everything that I can think of. So that is what im trying to figure out, if someone can create what I asked above and I would be very happy to test it.