OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: silvio on April 13, 2005, 07:47:45 am

Title: Howto Speed Up Sdl Games?
Post by: silvio on April 13, 2005, 07:47:45 am
Hi,

I have successfully compiled many SDL games for the Z. But most of them runs to slow. Has anyone an idea howto speed up SDL apps?
SDL games like Quake runs fast enough to play - so there must be a way to speed up games which are much simpler than quake.

regards,
Silvio
Title: Howto Speed Up Sdl Games?
Post by: Mickeyl on April 13, 2005, 07:57:06 am
1.) Use soft-float
2.) Teach them to use the gfx hardware accelleration
Title: Howto Speed Up Sdl Games?
Post by: silvio on April 13, 2005, 08:12:14 am
Quote
1.) Use soft-float
2.) Teach them to use the gfx hardware accelleration
[div align=\"right\"][a href=\"index.php?act=findpost&pid=74930\"][{POST_SNAPBACK}][/a][/div]
1. how can I do that?
2. how can I do that? Using SDL_HWSURFACE in SDL_SetVideoMode seems to do nothing :-(