Wednesday, 8 March 2017

GTK3 Bouncing Ball

This script shows a basic structure for an animation using Python and GTK+3. The following techniques are adopted:
  1. GTK+ 3 & Cairo for graphics.
  2. Object-oriented style for the moving object.
  3. Timer trigger for animation.

Source Code


No comments:

Post a Comment