logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xball - bounce balls on the screen

Author

       David Nedde (daven@ivy.wpi.edu).
       Packaged for the Debian project by Stephen Birch <sgbirch@imsmail.org>.

Demos

       Several demo files are included with the distribution.  To run all the demos, run 'run_demos'.

Description

XBall allows the user to create 3-d shaded balls, or to write and run demo which  create  and  manipulate
       the  balls  in  various  ways.  Documentation is included on-line via the Help menu and is not reproduced
       here.

Files

       /usr/share/X11/rgb.txt X11 color names and values.

Name

       xball - bounce balls on the screen

Options

       Run xball -help for a description of the command line options

Resources

       Most resources are available for user modification.  See the  XBall  app-defaults  file  for  a  complete
       listing of widgets,

       Following is a list of the most useful resources:

              XBall*canvas.width,height
                 The default width and height of the window in which balls bounce in.

              XBall.delay
                 The  amount  to slow the simulation, in case the computer is too fast.  A reasonable range is 0
                 to 200.

              XBall.itemWidth,itemHeight
                 The default width and height of the balls.

              XBall.collide
                 If true, balls are colliding on startup.

              XBall.perpetual
                 If true, balls are perpetual on startup.

              XBall.haltSim
                 If true, simulation is halted on startup.

              XBall.demoFile
                 Specified the file to run as a demo on startup.

              XBall.rgbTxt
                 Specified the file to load for the colors.  The default file is /usr/share/X11/rgb.txt

Synopsis

xball  [ -help -delay delay -gravity percent-gravity -elasticity percent-elasticity -itemWidth ball-width
       -itemHeight ball-height -collide -perpetual -haltSim -demoFile demo-file -rgbTxt rgb.txt-file ] [XToolkit
       options]

See Also