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

flow - strange attractors.

Author

       Tim Auckland

X Version 11                                   6.08 (10-Oct-2023)                                       flow(6x)

Description

       Strange  attractors  formed  of  flows  in  a 3D differential equation phase space.  Features the popular
       attractors described by Lorentz, Roessler, Birkhoff and Duffing, and can discover entirely new attractors
       by itself.

Environment

DISPLAY to get the default host and display number.

       XENVIRONMENT
               to  get  the  name  of  a  resource  file  that  overrides  the  global  resources  stored in the
               RESOURCE_MANAGER property.

       XSCREENSAVER_WINDOW
               The window ID to use with --root.

Name

       flow - strange attractors.

Options

--visualvisual
               Specify which visual to use.  Legal values are the name of a  visual  class,  or  the  id  number
               (decimal or hex) of a specific visual.

       --window
               Draw on a newly-created window.  This is the default.

       --root  Draw on the root window.

       --window-idnumber
               Draw on the specified window.

       --countnumber
               Number of particles in the flow.  Default: 3000

       --sizenumber
               Length  of  particle  trails.   Negative values indicate randomness.  The computational load of a
               given flow depends on (particle count) * (trail length).  Default: -10

       --cyclesnumber
               Timeout before changing objects.  0 - 800000.  Default: 10000.

       --periodic--no-periodic
               turn on/off periodic attractors.  These are flows in  2  dependent  variables,  with  a  periodic
               dependence  on  a  third independent variable (eg time).  Flow will sometimes choose to start all
               the particles in the same phase to illustrate the flow's cross-section.  Default: on

       --search--no-search
               turn on/off search for new attractors.  If this is enabled, a fraction of the computing cycles is
               directed to searching a 60-dimensional parameter space for new strange attractors.   If  periodic
               flows  are  enabled,  these  can  be searched too.  Watch carefully - you are quite likely to see
               mathematical objects that have never been seen before, and since the parameters are not recorded,
               you'll probably never see them again!  Default: on

       --rotate--no-rotate
               turn on/off rotating around attractor.  Default: on

       --ride--no-ride
               turn on/off ride in the flow.  Default: on

               If both -rotate and -ride are enabled the viewpoint will occasionally fly between the two views.

       --box--no-box
               turn on/off bounding box.  Default: on

       --dbuf--no-dbuf
               turn on/off double buffering.  If Flow runs slowly in full screen, but fast in a  smaller  window
               (eg on old graphics cards with too little memory), try turning this option off.  Default: on

       --ncolorsnumber
               Number of Colors.  Default: 200.

       --delaynumber
               Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).

       --fps   Display the current frame rate and CPU load.

See Also

X(1), xscreensaver(1)

Synopsis

flow  [--display host:display.screen] [--visual visual] [--window] [--root] [--window-id number] [--count
       number]  [--cycles  number]  [--periodic|--no-periodic]   [--search|--no-search]   [--rotate|--no-rotate]
       [--ride|--no-ride] [--box|--no-box] [--dbuf|--no-dbuf] [--ncolors number] [--delay number] [--fps]

See Also