Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Add XOlympics physics exampleBrian Jordan2009-06-211-0/+150
|
* Added mousejoint to exampleBrian Jordan2008-11-041-1/+12
|
* Move physics/shapes example to graphics/physics, at least until there are more.C. Scott Ananian2008-11-041-0/+47
| | | | | | Also fix some minor issues: we don't need to create a Clock; pippy.pygame.next_frame() does that for us; and the nested while loop is not quite right.
* Remove extra backslashes in tree.Chris Ball2008-05-221-5/+5
|
* Add "tree" and "snow", by Dafydd Harries.Chris Ball2008-05-212-0/+144
|
* Attempt to make a proper activity out of slideshow.C. Scott Ananian2008-05-201-63/+64
|
* Fix slideshow's header.Chris Ball2007-12-231-3/+3
|
* Add "slideshow" example with "query" library function.Chris Ball2007-12-221-0/+64
|
* Fix a DeprecationWarning about floating-point args in pong example.C. Scott Ananian2007-12-131-1/+1
|
* Revert "Localize the 'bouncing hello' example."C. Scott Ananian2007-12-111-2/+1
| | | | | | | | This reverts commit 9ba53c23b6af9c07cbe7c5e6bb8a5904bb81cb08. Also this makes the text on screen more friendly, it makes it much more confusing to explore and edit the example, since the text which actually displays on the screen is not found anywhere in the source file.
* Localize the 'bouncing hello' example.C. Scott Ananian2007-12-111-1/+2
|
* Add text-color functions to console library; use them in 'jump' example.C. Scott Ananian2007-12-111-0/+5
|
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-115-22/+18
| | | | | The pygame portion of the library uses 'best practices' to avoid eating up CPU, and pauses & suspends after 20 seconds of inactivity.
* Release version 11.Chris Ball2007-12-081-0/+0
|
* Allow any key to quit pygame apps.Chris Ball2007-12-083-15/+3
|
* Add examples from Henry Holtzman: bounce, jump, lines, pong.Chris Ball2007-12-085-7/+399
|
* Replace hippocanvases with raw Gtk, get both scrollbars working.Chris Ball2007-08-211-0/+1
|
* Add a set of sample files.Chris Ball2007-08-211-0/+35