PSP drawing GAME

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

PSP drawing GAME

Post by kosinus »

hello
I made a very small program to draw on psp (TELECRAN PSP)

I m not a coder, so..this is just very basic...and not easy to use lol :)
you can grab it here

http://membres.lycos.fr/kosinuspsp/index.html

I ve made a small test to show what you can do with it:
Image

I was not able to test it on real psp, so , if you have a 1.0 can you tell me if it works , or maybe make a video to show me if you have time :)

thanx to dev people who released their code:)
emumaniac
Posts: 79
Joined: Sun May 08, 2005 12:22 am

Post by emumaniac »

hi mate, just tried it and it loads to a black screen and when u press the triangle button a white curser comes on but thats it im afraid nothing seems to happen if you press the buttons of move the joypad
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

arfff crapp

the triangle thing is normal and the black screen at the begginging also, but on the epsp, when you move the arraows the brush start to paint...

the thumbstick isn t supported in this version, just the arrows to move the paintbrush, and the buttons (cirlce, cross, triangle)

sorry...

I think maybe the problem is somehting with double buffering handled differenty on epsp and real psp

I will upload a new version soon :)
emumaniac
Posts: 79
Joined: Sun May 08, 2005 12:22 am

Post by emumaniac »

excellent il try it then :)
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

ok thanx :)
you can grab the new version here

http://membres.lycos.fr/kosinuspsp/index.html

I hope it works :), the screen should flick a little bit with this version.....but at least it should work on real psp :)
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

does it works now ?
emumaniac
Posts: 79
Joined: Sun May 08, 2005 12:22 am

Post by emumaniac »

it didnt for me sorry :(

same as before
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

:( oki...

I will test it tomorow on a 1.0 psp to see what goes wrong...
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

haha

in fact it s working lol :)

but at VERY SLOW frame rate. the problem is that I set a timing for the drawing brushes according to the emulator speed, but the vbl time of the real psp is not the same....so maybe instead of waiting 1500 VBL, I should wait just 15 to refresh the screen :)

But I will have to adjust it on a real psp, maybe I could do a test version that goes 10x faster to see if it is ok ( if it is too fast, you will not be able to draw something easily, maybe, I could set the drawing speed to be adjusted manually by pushing the triggers to increase or decrease it instead of predefined speed preferences.
apache37
Posts: 76
Joined: Fri Jun 04, 2004 3:13 pm

Post by apache37 »

I wonder what took longer: making the program or making that eagle with a joysitck?
archaeology
Posts: 5
Joined: Sun Jun 05, 2005 12:58 pm
Contact:

Nice work.

Post by archaeology »

Nice eagle though.
kosinus
Posts: 10
Joined: Tue May 24, 2005 4:41 am

Post by kosinus »

Post Reply