1fun(6) Svgalib User Manual fun(6)
2
3
4
6 fun - draw pixels accumulating in clusters
7
9 fun
10
11
13 Random moving pixels accumulate in clusters. Uses virtual screens for
14 frame animation. This uses basic VGA functionality and works only in
15 320x200x256.
16
17 Hit <Ctrl>-C to abort. The bottom row shows all largest cluster and its
18 size), frames drawn, and (after some time) average frames per second.
19 Once the screen is filled, a new random setup is run.
20
21 This demo is part of svgalib and can be found in the demos/ subdirec‐
22 tory of the original svgalib distribution. However, it is not installed
23 in the system by default, s.t. it is unclear where you can find it if
24 your svgalib was installed by some linux distribution. Even then, when
25 you have the demo on your system, you probably won't have the sources
26 s.t. it is only of limited use for you.
27
28 In case of any such problem, simply get an svgalib distribution from
29 the net. You even don't need to install it. Just make in the demos/
30 subdirecty. As of this writing, svgalib-1.2.12.tar.gz is the latest
31 version and can be retrieved by ftp from sunsite.unc.edu at
32 /pub/Linux/libs/graphics and tsx-11.mit.edu at /pub/linux/sources/libs
33 which will most probably be mirrored by a site close to you.
34
35
37 svgalib(7), vgagl(7), libvga.config(5), threed(6), accel(6),
38 bg_test(6), eventtest(6), forktest(6), keytest(6), mousetest(6),
39 scrolltest(6), speedtest(6), spin(6), testaccel(6), testgl(6), testlin‐
40 ear(6), vgatest(6), plane(6), wrapdemo(6)
41
42
44 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
45 essen.de>. The exact source of the referenced demo as well as of the
46 original documentation is unknown.
47
48 It is very likely that both are at least to some extent are due to Harm
49 Hanemaayer <H.Hanemaayer@inter.nl.net>.
50
51 Occasionally this might be wrong. I hereby asked to be excused by the
52 original author and will happily accept any additions or corrections to
53 this first version of the svgalib manual.
54
55
56
57Svgalib (>= 1.2.11) 29 July 1997 fun(6)