diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-01-09 13:52:27 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-01-09 13:52:27 +0000 |
commit | 3196c12dd83bcf88b3448264dc4afff87054541e (patch) | |
tree | 1a68c2aef5532369eaf841fffc6eeedb6c8bc838 /README | |
parent | 0ea8e23456b44365d30ad8a80357c3a2711fee11 (diff) |
Added README, additional instructions and removed (pointless) dependency file
from make.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +BUILDING +-------- +To build just run 'make'. To run, just type 'xd'. + + +DESCRIPTION +----------- + +xd is a basic framework to make it easy to write the odd "I'm bored for 10 +minutes" graphical hacks. + +GENERAL KEYS +------------ + +Press 'Page up' and 'Page down' to cycle through the demos. The window title +will contain the name of the current demo, sometimes along with additional +instructions. |