Hi Guys,
Seeing as we have some example code of how to draw stuff to screen without linux and a working PS3 toolchain, I have decided to give porting SDL to this kind of environment. If anyone has started working on this, please let me know... thanks!
I hope to create a custom homebrew launcher with this in the future, where people can specify an app using xml and have it show up with an icon and description etc :) Like a mini app menu.
Tommy.
SDL for the otherOS environment
Okay guys. SDL_PS3 lives here for now:
http://sourceforge.net/projects/sdlps3/
Basically a fork of SDL 1.2 for now, until it's good enough to submit as a patch. I've created the makefiles and configuration headers to get started and everything that is platform specific is stubbed out with the dummy implementations. Read the README.ps3 for more info...
When I started this, I suddenly realised that I don't have any of the drivers to read USB mice, keyboards, drives etc... :) I'm going to start prowling these forums for any brave souls writing USB drivers now :) In the meantime I'll implement so graphics stuff and get the test programs running. Time to get busy :)
Tommy.
http://sourceforge.net/projects/sdlps3/
Basically a fork of SDL 1.2 for now, until it's good enough to submit as a patch. I've created the makefiles and configuration headers to get started and everything that is platform specific is stubbed out with the dummy implementations. Read the README.ps3 for more info...
When I started this, I suddenly realised that I don't have any of the drivers to read USB mice, keyboards, drives etc... :) I'm going to start prowling these forums for any brave souls writing USB drivers now :) In the meantime I'll implement so graphics stuff and get the test programs running. Time to get busy :)
Tommy.
-
- Posts: 18
- Joined: Thu Jul 26, 2007 9:02 pm
very very good. I was thinking of that kinda idea, but from using this:
[url]http://forums.ps2dev.org/viewtopic.php?t=8627[/url, reading the keyboard was slow, but have a look its a good start. mice support isnt in there yet, and also it loads other blds which is a good idea of your project, well done =]
[url]http://forums.ps2dev.org/viewtopic.php?t=8627[/url, reading the keyboard was slow, but have a look its a good start. mice support isnt in there yet, and also it loads other blds which is a good idea of your project, well done =]
Cool. Hey, do you have any status of that port, e.g. where to find what ? Like, audio/??, video/?? (I saw a ps2gs). At least would make it easier to get into the game. thx.TommyBear wrote:Okay guys. SDL_PS3 lives here for now:
http://sourceforge.net/projects/sdlps3/
...
Tommy.