[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] FastRenderGroup (update 2)



Hi again

Following some suggestions I have modified my demo: now you can compare with RenderUpdates within the demo itself.
FastRenderGroup itself has been updated in minor changes too.

Run: FastRenderGroup_demo.py
Keys:

'a'    adds more sprites
'q'    removes sprites
'f'     toggles between 10 fps mode and "fast as possible"
'r'     toggles between RenderUpdates and FastRenderGroup
'esc' quits the demo (or click on quit button)

Download: http://www.mypage.bluewin.ch/DR0ID/pygame_projects.html#fast_dirty1

Enjoy!


~DR0ID