[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] from Python+Pygame to C+SDL, Any experiences?



campbell barton wrote:
This is a problem with pygame (no flame intended), because if I'm not
mistaken games in SDL can have smooth scrolling backgrounds. This in
one reason I am moving to openGL, with pygame for input.
i'd like to see the source for a simple smooth scroller in C. i expect it would run within 90% the same speed as the pygame version. the best way to get smooth scrolling is get an accelerated display mode. this is easier in windows with directx, but also doable in linux with dga or directfb.