1OGLC Screensaver(1) General Commands Manual OGLC Screensaver(1)
2
3
4
6 hufo_smoke - particle smoke effect.
7
9 hufo_smoke [--root/-r] [--maxfps/-x number] [--nice/-n] [--fore‐
10 ground/-f number] [--background/-b number]
11
13 From Jeremie Allard (http://hufo.planet-d.net/codefr_us.php): "This
14 little smoke effect is coded with a little particle system done for
15 'The OpenGL Challenge'."
16
17 Ported to Linux by Tugrul Galatali.
18
20 --root Draw on the root window.
21
22 --maxfps number
23 Set maximum frame rate.
24
25 --nice Idle between frames using select(), or, if --maxfps is speci‐
26 fied, idle in the fps limiting delay loop.
27
28 --foreground number
29 Set primary (dense smoke) color using hex color codes.
30 Default: ffffff
31
32 --background number
33 Set secondary (light smoke) color using hex color codes.
34 Default: ffffff
35
37 DISPLAY to get the default host and display number.
38
40 X(1),
41
43 Copyright © 2000 by Jeremie Allard and Tugrul Galatali.
44
45 hufo_smoke is free software; you can redistribute it and/or modify it
46 under the terms of the GNU General Public License version 2 as pub‐
47 lished by the Free Software Foundation.
48
49 hufo_smoke is distributed in the hope that it will be useful, but WITH‐
50 OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
51 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
52 License for more details.
53
55 Jeremie Allard (Hufo / N.A.A.) <hufo@planet-d.net> and Tugrul Galatali
56 <tugrul@galatali.com>
57
58
59
60
61X Version 11 OGLC Screensaver(1)