  In this directory you'll find examples of screenblankers. There is
4 examples, and 2 additional files:

- rien.dark.c 
    This is a skeletton to build a simple screen blanker. It do absolutly
    nothing but have all to create a new blanker.
- example_gadgs.dark.
    This example show you how to create gadget for the configuration window.
- effects.dark.c
    This is the source code of the "effects" blanker.
- line.dark.c
    This is the source code of the "line" blanker. It show you how
    to get a copy of the current forntmost screen, to play with it

- proc_main.c 
    Contain code which must be linked with ALL the screen blanker.
- plot.a 
    A little asm function to make a fast plot, used by effects.

 To test these effects, you can start superdark, and change the "DARK DIRECTORY"
to the place where are these modules.

Note: The completes sources files of superdark, including blankers,
are also freeware.

Note2: there is a doc, called "programmers.doc" or "programmers.guide" who
explain the basis to create new blankers.



