On Thu, 26 Mar 2009 14:29:18 -0700, Christoph Senjak <christoph.sen...@web.de> wrote:
> Hm. Ok, Thank You. I also get about 54 on my laptop. But the Computer I > work > at is pretty old. Maybe I should use My laptop then, instead of trying to > optimize it. You can change the graphics driver that SDL uses by calling the following *prior* to calling SDL:WITH-INIT, or SDL:INIT-SDL. (sdl-cffi::sdl-put-env "SDL_VIDEODRIVER=directx") Replace 'directx' with the appropriate driver for you OS as specified here: http://sdl.beuc.net/sdl.wiki/SDL_envvars After calling SDL:WITH-INIT or SDL:INIT-SDL, you can query the video driver name by calling; (SDL:VIDEO-DRIVER-NAME) On windows, the PARTICLES demo runs slower in DirectX than in the deffault windib software renderer. Perhaps experimenting with the surface flags may speed things up. - Luke _______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder