PDA

View Full Version : SDL for PSP ?



Saracchini
August 20th, 2007, 13:57
I interested in develop some applications for PSP , more exactly, porting my applications wich uses SDL library.It's for port my experimental 2d game engine with virtual machine like RPGMaker, Mugen ... make portable application between different platforms is my goal, i've sucessfull done it with Symbian and now PSP looks a interesting platform.

Where I can find SDL for PSP ? I tried search in the forum but "sdl" have only 3 letters and i did'nt find anything in the posts in Development section...

I'll be glad if someone help me :)

Sektor
August 20th, 2007, 15:04
Source code for PSPSDL 1.2.9 is here: svn://svn.ps2dev.org/psp/trunk/SDL
You need an SVN client like TortoiseSVN (http://tortoisesvn.net/downloads) to download.

Saracchini
August 20th, 2007, 17:32
I using Linux svn , and it aways give to me this error:
"svn: No repository found in 'svn://svn.ps2dev.org/trunk/SDL'
I can acces the trunk by http ( http://svn.ps2dev.org/) but i can only download one file per time !

It's not connection problem because i tested svn with other repositories .
Anyway, thanks for the help !

___________EDIT__________
For some reason svn list is command is no t working, checkout works fine !

Sektor
August 20th, 2007, 18:18
Try svn://svn.ps2dev.org/psp/

Saracchini
August 20th, 2007, 22:40
I tried right now the first addres and it worked fine... i dont undertand why.
Now i'm instaling the PSP dev kit and i will try convert some of my SDL programs and see the results. PSP SDL has sound support wich are great for me (Symbian SDl doesn´t have, except for AnotherGuest's ESDL)

Thanks papito !

PZP
August 21st, 2007, 15:24
Try using su or sudo with svn. or try svn --help or /?
it will give you an argument list

maybe it blocks because you don't even have the right authority!

or even a simple update couldn't hurt!

PZP
August 21st, 2007, 15:27
I interested in develop some applications for PSP , more exactly, porting my applications wich uses SDL library.It's for port my experimental 2d game engine with virtual machine like RPGMaker, Mugen ... make portable application between different platforms is my goal, i've sucessfull done it with Symbian and now PSP looks a interesting platform.

Where I can find SDL for PSP ? I tried search in the forum but "sdl" have only 3 letters and i did'nt find anything in the posts in Development section...

I'll be glad if someone help me :)

mugen is made from allegro i think! due to the origanal being origanally native to the djgpp (GCC for DOS) platform. it might be easy to port though from at least 30m-1hr (at the least!)