SDL-- showimage sample no workey....

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
muckle
Posts: 5
Joined: Thu Sep 08, 2005 1:24 am
Location: under the bed

SDL-- showimage sample no workey....

Post by muckle »

Been working with an application which uses sdl-- graphics were messed up, so I tried the showimage sample in sdlimage (after having to wack on the makefile some). Tried with a variety of png and jpegs-- none work- the closest is one of the samples from gsKit's tests which displays in displaced chunks. I did happen to notice that the texture is [hardcoded] to be placed at 0x380000 in the GS which seems mighty high for any "sizable" image and would warp around nicely (ok, not so nicely). gsKit tests all seem ok.

Anyone have any clues? Anyone actually tried showimage.c in sdlimage?
gawd
Posts: 28
Joined: Wed Feb 09, 2005 10:36 pm
Location: Israel
Contact:

Post by gawd »

I'm currently reworking on the SDL_Video code; there are many shortcuts in the code, and it's not that good. Expect new version sometime soon.

-- gawd.
Post Reply