pygame is
pygame.org is
|
PyBubbles - 2.5 DimensionPawel Krawczak (diavel)Tags:Descriptionhttp://www.youtube.com/watch?v=JCEp7I_AeFM Just a very simple (and useless) python script. You "could" call it artistic as it's basically a keyboard-controlled interactive animation. May help some people to understand pygame animation. Requires the pygame library. Controls: a/q - decrease/increase red opacity in background
There is also 2.5Dimension version with different controls and somewhat 3D spacce. ChangesMy first attempt to make something 3D in pygame. It's actually 3D but: - space is projected on a plane instead of a sphere (perspective only works to some extent) - objects are not sorted by distance (far objects overlap near objects sometimes) - camera doesn't rotate
Controls: - arrows (horizontal movement) - T, G (vertival movement) - TAB - show/hide text info Links
ScreenshotReleases
CommentsIf you wish to leave a comment, please sign in first.
|
|