Added missing newline in NEDsim error message.
[screensavers] / README.md
CommitLineData
0b302038
AT
1Overview
2========
3
4This repository contains three things related to writing "hacks", or
5screensavers which are compatible with the
6[xscreensaver](https://www.jwz.org/xscreensaver/) `screenhack` framework.
7They are:
8
9 - a copy of the `screenhack` library, located under the `screenhack/`
10 directory, allowing the compilation of standalone hacks outside the
11 xscreensaver build system,
12
13 - reference files needed to build your own hack, including a simple yet
14 complete reference implementation as well as notes for getting started, all
15 located under the `reference/` directory, and
16
17 - a collection of my own hacks located under the `hacks/` directory.
18
19Each of the three subdirectories includes a `README.md` file explaining how to
20use its contents.
21
22
23Status
24======
25
26Complete. Tested on FreeBSD.
27