• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Jun-20093

English.lproj/H09-Jun-20144

README.txtH A D23-Jun-2009514

setup.pyH A D23-Jun-2009336

SillyBalls.pyH A D23-Jun-2009848

summary.txtH A D23-Jun-200940

README.txt

1SillyBallsSaver
2
3Example showing screen saver in Python
4
5Based on "Silly Balls.saver" by Eric Peyton <epeyton@epicware.com>
6    
7
8See:    http://www.epicware.com/macosxsavers.html
9        http://developer.apple.com/documentation/UserExperience/Reference/ScreenSaver/ObjC_classic/Classes/ScreenSaverView.html
10        http://www.cocoadev.com/index.pl?ScreenSaver
11
12The source of this application demonstrates
13- Writing a ScreenSaver in PyObjC
14- Building plug-in bundles in PyObjC
15
16Jason Toffaletti <catalyst@mac.com>
17